diff options
| author | Juri Linkov | 2011-08-07 17:14:54 +0300 |
|---|---|---|
| committer | Juri Linkov | 2011-08-07 17:14:54 +0300 |
| commit | 75bfc66716a6c33ca89be28457c1df991170bb83 (patch) | |
| tree | 6d3c92e68958ff3a1d1449bb0459b8f5ee36527f | |
| parent | 09ade3a37d5ecde376f264bbac1e2088eae72f53 (diff) | |
| download | emacs-75bfc66716a6c33ca89be28457c1df991170bb83.tar.gz emacs-75bfc66716a6c33ca89be28457c1df991170bb83.zip | |
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'.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/dired.texi | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/ChangeLog.15 | 2 | ||||
| -rw-r--r-- | lisp/faces.el | 2 | ||||
| -rw-r--r-- | lisp/info.el | 2 | ||||
| -rw-r--r-- | lisp/longlines.el | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/editfns.c | 4 |
9 files changed, 29 insertions, 11 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 8e5efc4f87d..6874ef75ef8 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-08-07 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * dired.texi (Operating on Files): Rewrite according to the fact | ||
| 4 | that `dired-do-chmod' doesn't use the `chmod' program anymore. | ||
| 5 | |||
| 1 | 2011-07-30 Michael Albinus <michael.albinus@gmx.de> | 6 | 2011-07-30 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * mini.texi (Minibuffer File): Insert a reference to Tramp for | 8 | * mini.texi (Minibuffer File): Insert a reference to Tramp for |
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 501c4152e6a..80ccd1d10f9 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -645,8 +645,8 @@ link. | |||
| 645 | @cindex changing file permissions (in Dired) | 645 | @cindex changing file permissions (in Dired) |
| 646 | @item M @var{modespec} @key{RET} | 646 | @item M @var{modespec} @key{RET} |
| 647 | Change the mode (also called ``permission bits'') of the specified files | 647 | Change the mode (also called ``permission bits'') of the specified files |
| 648 | (@code{dired-do-chmod}). This uses the @code{chmod} program, so | 648 | (@code{dired-do-chmod}). @var{modespec} can be in octal or symbolic |
| 649 | @var{modespec} can be any argument that @code{chmod} can handle. | 649 | notation like arguments handled by the @code{chmod} program. |
| 650 | 650 | ||
| 651 | @findex dired-do-chgrp | 651 | @findex dired-do-chgrp |
| 652 | @kindex G @r{(Dired)} | 652 | @kindex G @r{(Dired)} |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c1fa3a656b..52f51c918a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-08-07 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * faces.el (list-faces-display): Remove extra angle bracket | ||
| 4 | from `help-mode-map'. | ||
| 5 | |||
| 6 | * info.el (Info-history-toc-nodes): Doc fix. | ||
| 7 | |||
| 8 | * longlines.el (longlines-mode): Doc fix. | ||
| 9 | |||
| 1 | 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning | 12 | * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning |
| @@ -346,9 +355,6 @@ | |||
| 346 | (string-rectangle): Go to the point after the last operation | 355 | (string-rectangle): Go to the point after the last operation |
| 347 | (bug#7522). | 356 | (bug#7522). |
| 348 | 357 | ||
| 349 | * simple.el (current-kill): Clarify what | ||
| 350 | `interprogram-paste-function' does (bug#7500). | ||
| 351 | |||
| 352 | * printing.el (pr-toggle-region): Clarify the documentation | 358 | * printing.el (pr-toggle-region): Clarify the documentation |
| 353 | slightly (bug#7493). | 359 | slightly (bug#7493). |
| 354 | 360 | ||
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 190be56dd09..2acf847cddc 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -3573,7 +3573,7 @@ | |||
| 3573 | * locate.el (locate-default-make-command-line): Don't consider | 3573 | * locate.el (locate-default-make-command-line): Don't consider |
| 3574 | drive letter and root directory part of | 3574 | drive letter and root directory part of |
| 3575 | `directory-listing-before-filename-regexp'. (Bug#7308) | 3575 | `directory-listing-before-filename-regexp'. (Bug#7308) |
| 3576 | (locate-post-command-hook, locate-post-command-hook): New defcustoms. | 3576 | (locate-post-command-hook, locate-mode-hook): New defcustoms. |
| 3577 | 3577 | ||
| 3578 | 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca> | 3578 | 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 3579 | 3579 | ||
diff --git a/lisp/faces.el b/lisp/faces.el index 302f8af35ac..9a78ab69caa 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1255,7 +1255,7 @@ arg, prompt for a regular expression." | |||
| 1255 | (insert | 1255 | (insert |
| 1256 | (substitute-command-keys | 1256 | (substitute-command-keys |
| 1257 | (concat | 1257 | (concat |
| 1258 | "\\<help-mode-map>>Use " | 1258 | "\\<help-mode-map>Use " |
| 1259 | (if (display-mouse-p) "\\[help-follow-mouse] or ") | 1259 | (if (display-mouse-p) "\\[help-follow-mouse] or ") |
| 1260 | "\\[help-follow] on a face name to customize it\n" | 1260 | "\\[help-follow] on a face name to customize it\n" |
| 1261 | "or on its sample text for a description of the face.\n\n"))) | 1261 | "or on its sample text for a description of the face.\n\n"))) |
diff --git a/lisp/info.el b/lisp/info.el index 447c86b3e9e..191e75f9750 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -2128,7 +2128,7 @@ If SAME-FILE is non-nil, do not move to a different Info file." | |||
| 2128 | )) | 2128 | )) |
| 2129 | 2129 | ||
| 2130 | (defun Info-history-toc-nodes (filename) | 2130 | (defun Info-history-toc-nodes (filename) |
| 2131 | "History-specific implementation of `Info-history-toc-nodes'." | 2131 | "History-specific implementation of `Info-toc-nodes'." |
| 2132 | `(,filename | 2132 | `(,filename |
| 2133 | ("Top" nil nil nil))) | 2133 | ("Top" nil nil nil))) |
| 2134 | 2134 | ||
diff --git a/lisp/longlines.el b/lisp/longlines.el index e81a235a17b..f625d8fcac7 100644 --- a/lisp/longlines.el +++ b/lisp/longlines.el | |||
| @@ -100,8 +100,8 @@ In Long Lines mode, long lines are wrapped if they extend beyond | |||
| 100 | `fill-column'. The soft newlines used for line wrapping will not | 100 | `fill-column'. The soft newlines used for line wrapping will not |
| 101 | show up when the text is yanked or saved to disk. | 101 | show up when the text is yanked or saved to disk. |
| 102 | 102 | ||
| 103 | With no argument, this command toggles Flyspell mode. | 103 | With no argument, this command toggles Long Lines mode. |
| 104 | With a prefix argument ARG, turn Flyspell minor mode on if ARG is positive, | 104 | With a prefix argument ARG, turn Long Lines minor mode on if ARG is positive, |
| 105 | otherwise turn it off. | 105 | otherwise turn it off. |
| 106 | 106 | ||
| 107 | If the variable `longlines-auto-wrap' is non-nil, lines are automatically | 107 | If the variable `longlines-auto-wrap' is non-nil, lines are automatically |
diff --git a/src/ChangeLog b/src/ChangeLog index 039c225c1f6..ef4efb0ad35 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-08-07 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * editfns.c (Fformat_time_string): Doc fix, add tag `usage:' | ||
| 4 | to show the arg `TIME' instead of `TIMEVAL'. | ||
| 5 | |||
| 1 | 2011-08-06 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-08-06 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (set_cursor_from_row): Fix cursor positioning when a | 8 | * xdisp.c (set_cursor_from_row): Fix cursor positioning when a |
diff --git a/src/editfns.c b/src/editfns.c index 577263c5aea..5eed386afb7 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1695,7 +1695,9 @@ The modifiers are `E' and `O'. For certain characters X, | |||
| 1695 | %EX is a locale's alternative version of %X; | 1695 | %EX is a locale's alternative version of %X; |
| 1696 | %OX is like %X, but uses the locale's number symbols. | 1696 | %OX is like %X, but uses the locale's number symbols. |
| 1697 | 1697 | ||
| 1698 | For example, to produce full ISO 8601 format, use "%Y-%m-%dT%T%z". */) | 1698 | For example, to produce full ISO 8601 format, use "%Y-%m-%dT%T%z". |
| 1699 | |||
| 1700 | usage: (format-time-string FORMAT-STRING &optional TIME UNIVERSAL) */) | ||
| 1699 | (Lisp_Object format_string, Lisp_Object timeval, Lisp_Object universal) | 1701 | (Lisp_Object format_string, Lisp_Object timeval, Lisp_Object universal) |
| 1700 | { | 1702 | { |
| 1701 | time_t value; | 1703 | time_t value; |