diff options
| author | Eli Zaretskii | 2014-04-21 17:50:19 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-04-21 17:50:19 +0300 |
| commit | f982b37104acdd2b3aee4fe3bb08ae052990f869 (patch) | |
| tree | 5e9217e9d35d8a01124b1337bad19ab90932461e /doc/lispref/ChangeLog | |
| parent | 6e5d21a613f66db9c6cad7dcab856ef81ac9b5da (diff) | |
| download | emacs-f982b37104acdd2b3aee4fe3bb08ae052990f869.tar.gz emacs-f982b37104acdd2b3aee4fe3bb08ae052990f869.zip | |
Minor fixes to the docs.
doc/emacs/buffers.texi (Uniquify): Clarify the default uniquification.
doc/emacs/indent.texi (Tab Stops): Improve wording.
doc/emacs/cmdargs.texi (General Variables): Improve docs of
EMACSLOADPATH. Index all the environment variables.
(Misc Variables): Index all the environment variables.
doc/lispref/text.texi (Registers): Document register-read-with-preview.
doc/lispref/internals.texi (Building Emacs): Improve indexing.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b31398fffc4..de3b1ddb20c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-04-21 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * text.texi (Registers): Document register-read-with-preview. | ||
| 4 | |||
| 5 | * internals.texi (Building Emacs): Improve indexing. | ||
| 6 | |||
| 1 | 2014-04-05 Glenn Morris <rgm@gnu.org> | 7 | 2014-04-05 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * os.texi (Recording Input): Dribble files may contain passwords. | 9 | * os.texi (Recording Input): Dribble files may contain passwords. |