emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99760: * dired.c (Ffile_attribute


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99760: * dired.c (Ffile_attributes): Fix typo in docstring.
Date: Mon, 19 Apr 2010 05:06:29 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99760
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Mon 2010-04-19 05:06:29 +0200
message:
  * dired.c (Ffile_attributes): Fix typo in docstring.
modified:
  src/ChangeLog
  src/dired.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-04-13 08:56:08 +0000
+++ b/src/ChangeLog     2010-04-19 03:06:29 +0000
@@ -1,3 +1,7 @@
+2010-04-19  Juanma Barranquero  <address@hidden>
+
+       * dired.c (Ffile_attributes): Fix typo in docstring.
+
 2010-04-13  Adrian Robert  <address@hidden>
 
        * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as

=== modified file 'src/dired.c'
--- a/src/dired.c       2010-01-13 08:35:10 +0000
+++ b/src/dired.c       2010-04-19 03:06:29 +0000
@@ -939,9 +939,9 @@
 Value is nil if specified file cannot be opened.
 
 ID-FORMAT specifies the preferred format of attributes uid and gid (see
-below) - valid values are 'string and 'integer. The latter is the default,
-but we plan to change that, so you should specify a non-nil value for
-ID-FORMAT if you use the returned uid or gid.
+below) - valid values are 'string and 'integer.  The latter is the
+default, but we plan to change that, so you should specify a non-nil value
+for ID-FORMAT if you use the returned uid or gid.
 
 Elements of the attribute list are:
  0. t for directory, string (name linked to) for symbolic link, or nil.


reply via email to

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