diff options
| author | Eli Zaretskii | 2018-02-16 11:12:50 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-02-16 11:12:50 +0200 |
| commit | 63c93f7ecd469cd8267f2c7c87530341a157b144 (patch) | |
| tree | 6ab210546434b191e7a65050e9906d07cf6ebc23 | |
| parent | 42f15b05ba4e8d5707a16d80db5e57d152d18f5b (diff) | |
| download | emacs-63c93f7ecd469cd8267f2c7c87530341a157b144.tar.gz emacs-63c93f7ecd469cd8267f2c7c87530341a157b144.zip | |
Fix typos and wording in the Emacs manual
* doc/emacs/dired.texi (Marks vs Flags, Hiding Subdirectories):
* doc/emacs/maintaining.texi (Tag Syntax):
* doc/emacs/building.texi (Commands of GUD, Threads Buffer)
(Lisp Libraries):
* doc/emacs/windows.texi (Temporary Displays): Fix typos.
* doc/emacs/files.texi (Backup Copying): Fix wording. Reported by
Stefan Kamphausen <stefan.kamphausen@acrolinx.com> in
emacs-manual-bugs@gnu.org.
| -rw-r--r-- | doc/emacs/building.texi | 10 | ||||
| -rw-r--r-- | doc/emacs/dired.texi | 9 | ||||
| -rw-r--r-- | doc/emacs/files.texi | 11 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/windows.texi | 2 |
5 files changed, 18 insertions, 16 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 878d2f53d53..b6b664ddb39 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi | |||
| @@ -649,7 +649,7 @@ Set a breakpoint on the source line that point is on. | |||
| 649 | buffer, sets a debugger breakpoint on the current source line. This | 649 | buffer, sets a debugger breakpoint on the current source line. This |
| 650 | command is available only after starting GUD@. If you call it in a | 650 | command is available only after starting GUD@. If you call it in a |
| 651 | buffer that is not associated with any debugger subprocess, it signals | 651 | buffer that is not associated with any debugger subprocess, it signals |
| 652 | a error. | 652 | an error. |
| 653 | 653 | ||
| 654 | @kindex C-x C-a @r{(GUD)} | 654 | @kindex C-x C-a @r{(GUD)} |
| 655 | The following commands are available both in the GUD interaction | 655 | The following commands are available both in the GUD interaction |
| @@ -1096,9 +1096,9 @@ display the corresponding buffer in a new frame. | |||
| 1096 | When you create a buffer showing information about some specific | 1096 | When you create a buffer showing information about some specific |
| 1097 | thread, it becomes bound to that thread and keeps showing actual | 1097 | thread, it becomes bound to that thread and keeps showing actual |
| 1098 | information while you debug your program. The mode indicator for each | 1098 | information while you debug your program. The mode indicator for each |
| 1099 | GDB buffer shows the number of thread it is showing information about. | 1099 | GDB buffer shows the number of the thread whose information that |
| 1100 | The thread number is also included in the buffer name of bound | 1100 | buffer displays. The thread number is also included in the name of |
| 1101 | buffers. | 1101 | each bound buffer. |
| 1102 | 1102 | ||
| 1103 | Further commands are available in the GDB Threads buffer which | 1103 | Further commands are available in the GDB Threads buffer which |
| 1104 | depend on the mode of GDB that is used for controlling execution of | 1104 | depend on the mode of GDB that is used for controlling execution of |
| @@ -1449,7 +1449,7 @@ buffer). To disable this feature, change the variable | |||
| 1449 | @vindex load-dangerous-libraries | 1449 | @vindex load-dangerous-libraries |
| 1450 | @cindex Lisp files byte-compiled by XEmacs | 1450 | @cindex Lisp files byte-compiled by XEmacs |
| 1451 | By default, Emacs refuses to load compiled Lisp files which were | 1451 | By default, Emacs refuses to load compiled Lisp files which were |
| 1452 | compiled with XEmacs, a modified versions of Emacs---they can cause | 1452 | compiled with XEmacs, a modified version of Emacs---they can cause |
| 1453 | Emacs to crash. Set the variable @code{load-dangerous-libraries} to | 1453 | Emacs to crash. Set the variable @code{load-dangerous-libraries} to |
| 1454 | @code{t} if you want to try loading them. | 1454 | @code{t} if you want to try loading them. |
| 1455 | 1455 | ||
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 6b6ab3a0391..94a10feab4b 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -579,9 +579,10 @@ might be inconsistent with the file on disk if its contents have changed | |||
| 579 | since it was last visited. If you don't want this, you may wish to | 579 | since it was last visited. If you don't want this, you may wish to |
| 580 | revert the files you have visited in your buffers, or to turn on | 580 | revert the files you have visited in your buffers, or to turn on |
| 581 | the @code{auto-revert} mode in those buffers, before invoking this | 581 | the @code{auto-revert} mode in those buffers, before invoking this |
| 582 | command. @xref{Reverting}. If you prefer that this command always revisit | 582 | command. @xref{Reverting}. If you prefer that this command always |
| 583 | the file, without having to revert the file or enable @code{auto-revert} | 583 | revisits the file, without having to revert the file or enable |
| 584 | mode, you might want to set @code{dired-always-read-filesystem} to non-@code{nil}. | 584 | @code{auto-revert} mode, you might want to set |
| 585 | @code{dired-always-read-filesystem} to non-@code{nil}. | ||
| 585 | 586 | ||
| 586 | @item C-/ | 587 | @item C-/ |
| 587 | @itemx C-x u | 588 | @itemx C-x u |
| @@ -1173,7 +1174,7 @@ without having to remove the Dired marks on files in those | |||
| 1173 | subdirectories. | 1174 | subdirectories. |
| 1174 | 1175 | ||
| 1175 | @xref{Subdirectories in Dired}, for how to insert a subdirectory | 1176 | @xref{Subdirectories in Dired}, for how to insert a subdirectory |
| 1176 | listing, and @pxref{Dired Updating} for how delete it. | 1177 | listing, and see @ref{Dired Updating}, for how to delete it. |
| 1177 | 1178 | ||
| 1178 | @node Dired Updating | 1179 | @node Dired Updating |
| 1179 | @section Updating the Dired Buffer | 1180 | @section Updating the Dired Buffer |
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 45db6d88b4c..42cc4e767d4 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -694,11 +694,12 @@ Otherwise, renaming is the default choice. | |||
| 694 | 694 | ||
| 695 | When a file is managed with a version control system (@pxref{Version | 695 | When a file is managed with a version control system (@pxref{Version |
| 696 | Control}), Emacs does not normally make backups in the usual way for | 696 | Control}), Emacs does not normally make backups in the usual way for |
| 697 | that file. But check-in and check-out are similar in some ways to | 697 | that file. But @dfn{committing} (a.k.a.@: @dfn{checking in}, |
| 698 | making backups. One unfortunate similarity is that these operations | 698 | @pxref{VCS Concepts}) new versions of files is similar in some ways |
| 699 | typically break hard links, disconnecting the file name you visited from | 699 | to making backups. One unfortunate similarity is that these |
| 700 | any alternate names for the same file. This has nothing to do with | 700 | operations typically break hard links, disconnecting the file name you |
| 701 | Emacs---the version control system does it. | 701 | visited from any alternate names for the same file. This has nothing |
| 702 | to do with Emacs---the version control system does it. | ||
| 702 | 703 | ||
| 703 | @node Customize Save | 704 | @node Customize Save |
| 704 | @subsection Customizing Saving of Files | 705 | @subsection Customizing Saving of Files |
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 127c27c0378..1234db84b2f 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -2203,7 +2203,7 @@ In Ada, the same name can be used for different kinds of entity | |||
| 2203 | (e.g., for a procedure and for a function). Also, for things like | 2203 | (e.g., for a procedure and for a function). Also, for things like |
| 2204 | packages, procedures and functions, there is the spec (i.e., the | 2204 | packages, procedures and functions, there is the spec (i.e., the |
| 2205 | interface) and the body (i.e., the implementation). To make it | 2205 | interface) and the body (i.e., the implementation). To make it |
| 2206 | easier to pick the definition you want, Ada tag name have suffixes | 2206 | easier to pick the definition you want, Ada tag names have suffixes |
| 2207 | indicating the type of entity: | 2207 | indicating the type of entity: |
| 2208 | 2208 | ||
| 2209 | @table @samp | 2209 | @table @samp |
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 945b7cb941e..9f3b1b6a079 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi | |||
| @@ -465,7 +465,7 @@ bottom of the selected frame, regardless of the number of windows | |||
| 465 | already shown on that frame. | 465 | already shown on that frame. |
| 466 | 466 | ||
| 467 | If you prefer Emacs to display a temporary buffer in a different | 467 | If you prefer Emacs to display a temporary buffer in a different |
| 468 | fashion, we recommend to customize the variable | 468 | fashion, we recommend customizing the variable |
| 469 | @code{display-buffer-alist} (@pxref{Choosing Window,,Choosing a Window | 469 | @code{display-buffer-alist} (@pxref{Choosing Window,,Choosing a Window |
| 470 | for Display, elisp, The Emacs Lisp Reference Manual}). For example, | 470 | for Display, elisp, The Emacs Lisp Reference Manual}). For example, |
| 471 | to display @file{*Completions*} by splitting a window as described in | 471 | to display @file{*Completions*} by splitting a window as described in |