emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99349: * pcmpl-unix.el (pcmpl-unix-r


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99349: * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
Date: Sat, 16 Jan 2010 15:50:23 -0500
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99349
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2010-01-16 15:50:23 -0500
message:
  * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
modified:
  lisp/ChangeLog
  lisp/pcmpl-unix.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-01-16 20:04:29 +0000
+++ b/lisp/ChangeLog    2010-01-16 20:50:23 +0000
@@ -1,3 +1,7 @@
+2010-01-16  Jari Aalto  <address@hidden>
+
+       * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
+
 2010-01-16  Chong Yidong  <address@hidden>
 
        * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).

=== modified file 'lisp/pcmpl-unix.el'
--- a/lisp/pcmpl-unix.el        2010-01-13 08:35:10 +0000
+++ b/lisp/pcmpl-unix.el        2010-01-16 20:50:23 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]