* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
This commit is contained in:
parent
4572d05251
commit
abd5cfe880
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2010-01-16 Jari Aalto <jari.aalto@cante.net>
|
||||
|
||||
* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
|
||||
|
||||
2010-01-16 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
|
||||
|
|
|
|||
|
|
@ -85,7 +85,10 @@ with the SSH option \"HashKnownHosts no\"."
|
|||
(while (pcomplete-here (funcall pcomplete-command-completion-function))))
|
||||
|
||||
(defun pcmpl-unix-read-passwd-file (file)
|
||||
"Return an alist correlating gids to group names in FILE."
|
||||
"Return an alist correlating gids to group names in FILE.
|
||||
|
||||
If FILE is in hashed format (as described in the OpenSSH
|
||||
documentation), this function returns nil."
|
||||
(let (names)
|
||||
(when (file-readable-p file)
|
||||
(with-temp-buffer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue