* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 16 Jan 2010 20:50:23 +0000 (15:50 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 16 Jan 2010 20:50:23 +0000 (15:50 -0500)
lisp/ChangeLog
lisp/pcmpl-unix.el

index 5c30e5a..5ff2d7b 100644 (file)
@@ -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).
index 546d4a2..9282fe8 100644 (file)
@@ -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