diff options
| author | Eli Zaretskii | 2015-01-26 19:41:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-01-26 19:41:38 +0200 |
| commit | 3b23e6a70294a3fee23353bfb8a23c7167d7c4ef (patch) | |
| tree | 5887fa9e0f42a9bb745b5fc32b3fe211eb34198e | |
| parent | 7a7e5941280a7690f29e1af7325bc0cf7f9b41a2 (diff) | |
| download | emacs-3b23e6a70294a3fee23353bfb8a23c7167d7c4ef.tar.gz emacs-3b23e6a70294a3fee23353bfb8a23c7167d7c4ef.zip | |
Fix the description of --insert command-line option (Bug#19694)
doc/emacs/cmdargs.texi (Action Arguments): Clarify into which buffer
'--insert' inserts.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index d1378a34c19..93ae618d1bc 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-01-26 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * cmdargs.texi (Action Arguments): Clarify into which buffer | ||
| 4 | '--insert' inserts. (Bug#19694) | ||
| 5 | |||
| 1 | 2015-01-21 Eli Zaretskii <eliz@gnu.org> | 6 | 2015-01-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * programs.texi (Custom C Indent): Fix a typo. (Bug#19647) | 8 | * programs.texi (Custom C Indent): Fix a typo. (Bug#19647) |
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index f724f77e230..42c8e33d5c7 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -165,9 +165,12 @@ Evaluate Lisp expression @var{expression}. | |||
| 165 | @item --insert=@var{file} | 165 | @item --insert=@var{file} |
| 166 | @opindex --insert | 166 | @opindex --insert |
| 167 | @cindex insert file contents, command-line argument | 167 | @cindex insert file contents, command-line argument |
| 168 | Insert the contents of @var{file} into the @file{*scratch*} buffer | 168 | Insert the contents of @var{file} into the buffer that is current when |
| 169 | (@pxref{Lisp Interaction}). This is like what @kbd{M-x insert-file} | 169 | this command-line argument is processed. Usually, this is the |
| 170 | does (@pxref{Misc File Ops}). | 170 | @file{*scratch*} buffer (@pxref{Lisp Interaction}), but if arguments |
| 171 | earlier on the command line visit files or switch buffers, that might | ||
| 172 | be a different buffer. The effect of this command-line argument is | ||
| 173 | like what @kbd{M-x insert-file} does (@pxref{Misc File Ops}). | ||
| 171 | 174 | ||
| 172 | @item --kill | 175 | @item --kill |
| 173 | @opindex --kill | 176 | @opindex --kill |