emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105416: Minor doc fixes. Remove dupl


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105416: Minor doc fixes. Remove duplicate ChangeLog entries.
Date: Sun, 07 Aug 2011 17:14:54 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105416
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Sun 2011-08-07 17:14:54 +0300
message:
  Minor doc fixes.  Remove duplicate ChangeLog entries.
  
  * doc/emacs/dired.texi (Operating on Files): Rewrite according to the fact
  that `dired-do-chmod' doesn't use the `chmod' program anymore.
  
  * lisp/faces.el (list-faces-display): Remove extra angle bracket
  from `help-mode-map'.
  
  * lisp/info.el (Info-history-toc-nodes): Doc fix.
  
  * lisp/longlines.el (longlines-mode): Doc fix.
  
  * src/editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
  to show the arg `TIME' instead of `TIMEVAL'.
modified:
  doc/emacs/ChangeLog
  doc/emacs/dired.texi
  lisp/ChangeLog
  lisp/ChangeLog.15
  lisp/faces.el
  lisp/info.el
  lisp/longlines.el
  src/ChangeLog
  src/editfns.c
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-07-30 15:50:56 +0000
+++ b/doc/emacs/ChangeLog       2011-08-07 14:14:54 +0000
@@ -1,3 +1,8 @@
+2011-08-07  Juri Linkov  <address@hidden>
+
+       * dired.texi (Operating on Files): Rewrite according to the fact
+       that `dired-do-chmod' doesn't use the `chmod' program anymore.
+
 2011-07-30  Michael Albinus  <address@hidden>
 
        * mini.texi (Minibuffer File): Insert a reference to Tramp for

=== modified file 'doc/emacs/dired.texi'
--- a/doc/emacs/dired.texi      2011-07-13 17:55:04 +0000
+++ b/doc/emacs/dired.texi      2011-08-07 14:14:54 +0000
@@ -645,8 +645,8 @@
 @cindex changing file permissions (in Dired)
 @item M @var{modespec} @key{RET}
 Change the mode (also called ``permission bits'') of the specified files
-(@code{dired-do-chmod}).  This uses the @code{chmod} program, so
address@hidden can be any argument that @code{chmod} can handle.
+(@code{dired-do-chmod}).  @var{modespec} can be in octal or symbolic
+notation like arguments handled by the @code{chmod} program.
 
 @findex dired-do-chgrp
 @kindex G @r{(Dired)}

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-08-05 19:53:46 +0000
+++ b/lisp/ChangeLog    2011-08-07 14:14:54 +0000
@@ -1,3 +1,12 @@
+2011-08-07  Juri Linkov  <address@hidden>
+
+       * faces.el (list-faces-display): Remove extra angle bracket
+       from `help-mode-map'.
+
+       * info.el (Info-history-toc-nodes): Doc fix.
+
+       * longlines.el (longlines-mode): Doc fix.
+
 2011-08-05  Stefan Monnier  <address@hidden>
 
        * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
@@ -346,9 +355,6 @@
        (string-rectangle): Go to the point after the last operation
        (bug#7522).
 
-       * simple.el (current-kill): Clarify what
-       `interprogram-paste-function' does (bug#7500).
-
        * printing.el (pr-toggle-region): Clarify the documentation
        slightly (bug#7493).
 

=== modified file 'lisp/ChangeLog.15'
--- a/lisp/ChangeLog.15 2011-07-04 20:00:56 +0000
+++ b/lisp/ChangeLog.15 2011-08-07 14:14:54 +0000
@@ -3573,7 +3573,7 @@
        * locate.el (locate-default-make-command-line): Don't consider
        drive letter and root directory part of
        `directory-listing-before-filename-regexp'.  (Bug#7308)
-       (locate-post-command-hook, locate-post-command-hook): New defcustoms.
+       (locate-post-command-hook, locate-mode-hook): New defcustoms.
 
 2010-11-27  Stefan Monnier  <address@hidden>
 

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2011-07-10 02:04:45 +0000
+++ b/lisp/faces.el     2011-08-07 14:14:54 +0000
@@ -1255,7 +1255,7 @@
        (insert
         (substitute-command-keys
          (concat
-          "\\<help-mode-map>>Use "
+          "\\<help-mode-map>Use "
           (if (display-mouse-p) "\\[help-follow-mouse] or ")
           "\\[help-follow] on a face name to customize it\n"
           "or on its sample text for a description of the face.\n\n")))

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2011-08-02 15:21:07 +0000
+++ b/lisp/info.el      2011-08-07 14:14:54 +0000
@@ -2128,7 +2128,7 @@
               ))
 
 (defun Info-history-toc-nodes (filename)
-  "History-specific implementation of `Info-history-toc-nodes'."
+  "History-specific implementation of `Info-toc-nodes'."
   `(,filename
     ("Top" nil nil nil)))
 

=== modified file 'lisp/longlines.el'
--- a/lisp/longlines.el 2011-07-03 00:59:01 +0000
+++ b/lisp/longlines.el 2011-08-07 14:14:54 +0000
@@ -100,8 +100,8 @@
 `fill-column'.  The soft newlines used for line wrapping will not
 show up when the text is yanked or saved to disk.
 
-With no argument, this command toggles Flyspell mode.
-With a prefix argument ARG, turn Flyspell minor mode on if ARG is positive,
+With no argument, this command toggles Long Lines mode.
+With a prefix argument ARG, turn Long Lines minor mode on if ARG is positive,
 otherwise turn it off.
 
 If the variable `longlines-auto-wrap' is non-nil, lines are automatically

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-08-06 11:49:35 +0000
+++ b/src/ChangeLog     2011-08-07 14:14:54 +0000
@@ -1,3 +1,8 @@
+2011-08-07  Juri Linkov  <address@hidden>
+
+       * editfns.c (Fformat_time_string): Doc fix, add tag `usage:'
+       to show the arg `TIME' instead of `TIMEVAL'.
+
 2011-08-06  Eli Zaretskii  <address@hidden>
 
        * xdisp.c (set_cursor_from_row): Fix cursor positioning when a

=== modified file 'src/editfns.c'
--- a/src/editfns.c     2011-07-28 00:15:43 +0000
+++ b/src/editfns.c     2011-08-07 14:14:54 +0000
@@ -1695,7 +1695,9 @@
 %EX is a locale's alternative version of %X;
 %OX is like %X, but uses the locale's number symbols.
 
-For example, to produce full ISO 8601 format, use "%Y-%m-%dT%T%z".  */)
+For example, to produce full ISO 8601 format, use "%Y-%m-%dT%T%z".
+
+usage: (format-time-string FORMAT-STRING &optional TIME UNIVERSAL)  */)
   (Lisp_Object format_string, Lisp_Object timeval, Lisp_Object universal)
 {
   time_t value;


reply via email to

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