diff options
| author | Gerd Moellmann | 2001-08-20 10:36:41 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-20 10:36:41 +0000 |
| commit | 8039284a4af89d5881bd6e3077b848cc29ad016b (patch) | |
| tree | e0b5d2170a5b2b0c190f7919501a2f45f1174603 | |
| parent | cd3f709e83f7af11e7b690dfb977c496ca378cc4 (diff) | |
| download | emacs-8039284a4af89d5881bd6e3077b848cc29ad016b.tar.gz emacs-8039284a4af89d5881bd6e3077b848cc29ad016b.zip | |
(texinfo-every-node-update): Remove
some space from a message. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/textmodes/texnfo-upd.el | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 26bcb03c652..960a0c3fc99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-08-20 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-08-20 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove | ||
| 4 | some spaces from a message. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | ||
| 5 | |||
| 3 | * whitespace.el (whitespace-global-mode): Add autoload cookie. | 6 | * whitespace.el (whitespace-global-mode): Add autoload cookie. |
| 4 | 7 | ||
| 5 | 2001-08-20 Alex Schroeder <alex@gnu.org> | 8 | 2001-08-20 Alex Schroeder <alex@gnu.org> |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index e52646e1bba..dbf9d5b7eb0 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-08-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * earcon.el (earcon-auto-play): Remove unused option. | ||
| 4 | |||
| 1 | 2001-08-18 ShengHuo ZHU <zsh@cs.rochester.edu> | 5 | 2001-08-18 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 2 | 6 | ||
| 3 | * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system. | 7 | * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system. |
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index 49955b37748..1aed3154d16 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -1280,7 +1280,7 @@ which menu descriptions are indented. Its default value is 32." | |||
| 1280 | (interactive) | 1280 | (interactive) |
| 1281 | (save-excursion | 1281 | (save-excursion |
| 1282 | (texinfo-update-node (point-min) (point-max)) | 1282 | (texinfo-update-node (point-min) (point-max)) |
| 1283 | (message "Done...updated every node. You may save the buffer."))) | 1283 | (message "Done...updated every node. You may save the buffer."))) |
| 1284 | 1284 | ||
| 1285 | (defun texinfo-update-the-node () | 1285 | (defun texinfo-update-the-node () |
| 1286 | "Update one node. Point must be at the beginning of node line. | 1286 | "Update one node. Point must be at the beginning of node line. |