# HG changeset patch # User Chong Yidong # Date 1263675023 18000 # Node ID 54435fbb42067476d6cc0d1fa07a97c20182b3d4 # Parent a3ab0fab30aefda0952d2b9a644734c29684ca8f * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix. diff -r a3ab0fab30ae -r 54435fbb4206 lisp/ChangeLog --- 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 + + * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix. + 2010-01-16 Chong Yidong * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267). diff -r a3ab0fab30ae -r 54435fbb4206 lisp/pcmpl-unix.el --- 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