Mercurial > emacs
changeset 106869:54435fbb4206
* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 16 Jan 2010 15:50:23 -0500 |
parents | a3ab0fab30ae |
children | 3604fe47137d 2276088a5840 |
files | lisp/ChangeLog lisp/pcmpl-unix.el |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 16 12:24:08 2010 -0800 +++ b/lisp/ChangeLog Sat Jan 16 15:50:23 2010 -0500 @@ -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).
--- a/lisp/pcmpl-unix.el Sat Jan 16 12:24:08 2010 -0800 +++ b/lisp/pcmpl-unix.el Sat Jan 16 15:50:23 2010 -0500 @@ -85,7 +85,10 @@ (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