diff options
| author | Paul Eggert | 2016-06-19 00:53:51 +0200 |
|---|---|---|
| committer | Paul Eggert | 2016-06-19 00:53:51 +0200 |
| commit | d9088290efb49a352c3c23da25a734ed3e269923 (patch) | |
| tree | e9c09623885e31c90756c0c74373b2e7886674e7 /doc | |
| parent | 8085d5fcc4240a39458ead26ae2279590bb9f629 (diff) | |
| parent | 2317c61868044dc1fea58d9e81f35d354f24fd69 (diff) | |
| download | emacs-d9088290efb49a352c3c23da25a734ed3e269923.tar.gz emacs-d9088290efb49a352c3c23da25a734ed3e269923.zip | |
Merge from origin/emacs-25
2317c61 Fix last todo-mode change
5d4d8a3 Improve last todo-mode fix
d7084f2 Fix todo-mode use of minibuffer completion keymap (bug#23695).
27dec52 * src/alloc.c (ALIGN): Avoid error on DragonFly BSD. (Bug#23...
f526191 * lisp/emacs-lisp/nadvice.el (advice--make-docstring): Avoid ...
e881070 * lisp/help-fns.el (describe-function-1): Avoid reporting adv...
d308aa1 Minor grammar fix (bug#23746)
20de667 Doc fixes for grammar and typos (bug#23746)
a67a4e5 * doc/lispref/processes.texi (Process Buffers): Minor rewordi...
27f440e Add cross-reference to ELisp manual
10802d8 ; make change-history-commit
4b2d77d * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix (bu...
12e009e Restore initial undo boundary with viper
291fe0a Revert "Fix viper undo breakage from undo-boundary changes"
6921f4a Fix dbus crash on 32-bit Cygwin
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/files.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/commands.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/compile.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/keymaps.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/loading.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/markers.texi | 8 | ||||
| -rw-r--r-- | doc/lispref/modes.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/processes.texi | 10 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 6 |
11 files changed, 22 insertions, 22 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index ec227e9c2c9..f195a41d542 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -701,7 +701,7 @@ after it visits the file. (This marks the buffer as modified, and you | |||
| 701 | can undo it.) If the value is @code{visit-save}, Emacs adds such | 701 | can undo it.) If the value is @code{visit-save}, Emacs adds such |
| 702 | newlines both on visiting and on saving. If the value is @code{nil}, | 702 | newlines both on visiting and on saving. If the value is @code{nil}, |
| 703 | Emacs leaves the end of the file unchanged; any other non-@code{nil} | 703 | Emacs leaves the end of the file unchanged; any other non-@code{nil} |
| 704 | value means to asks you whether to add a newline. The default is | 704 | value means Emacs asks you whether to add a newline. The default is |
| 705 | @code{nil}. | 705 | @code{nil}. |
| 706 | 706 | ||
| 707 | @vindex mode-require-final-newline | 707 | @vindex mode-require-final-newline |
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index a7e709f9221..7e6006262ce 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -1011,7 +1011,7 @@ scroll bar height, change the @code{scroll-bar-height} frame parameter | |||
| 1011 | 1011 | ||
| 1012 | On graphical displays, you can use @dfn{window dividers} in order to | 1012 | On graphical displays, you can use @dfn{window dividers} in order to |
| 1013 | separate windows visually. Window dividers are bars that can be dragged | 1013 | separate windows visually. Window dividers are bars that can be dragged |
| 1014 | with the mouse, thus allowing to easily resize adjacent windows. | 1014 | with the mouse, thus allowing you to easily resize adjacent windows. |
| 1015 | 1015 | ||
| 1016 | @findex window-divider-mode | 1016 | @findex window-divider-mode |
| 1017 | To toggle the display of window dividers, use the command @kbd{M-x | 1017 | To toggle the display of window dividers, use the command @kbd{M-x |
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index b614ed221a0..94e1f198f2b 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -1923,7 +1923,7 @@ Like @code{lpr-buffer} but print only the current region. | |||
| 1923 | @findex lpr-region | 1923 | @findex lpr-region |
| 1924 | @vindex lpr-switches | 1924 | @vindex lpr-switches |
| 1925 | @vindex lpr-commands | 1925 | @vindex lpr-commands |
| 1926 | On most operating system, the above hardcopy commands submit files | 1926 | On most operating systems, the above hardcopy commands submit files |
| 1927 | for printing by calling the @command{lpr} program. To change the | 1927 | for printing by calling the @command{lpr} program. To change the |
| 1928 | printer program, customize the variable @code{lpr-command}. To | 1928 | printer program, customize the variable @code{lpr-command}. To |
| 1929 | specify extra switches to give the printer program, customize the list | 1929 | specify extra switches to give the printer program, customize the list |
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 2048e28d959..46756d0ddd6 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -1977,7 +1977,7 @@ in @code{event-modifiers}. For example: | |||
| 1977 | 1977 | ||
| 1978 | @defun mouse-movement-p object | 1978 | @defun mouse-movement-p object |
| 1979 | This function returns non-@code{nil} if @var{object} is a mouse movement | 1979 | This function returns non-@code{nil} if @var{object} is a mouse movement |
| 1980 | event. | 1980 | event. @xref{Motion Events}. |
| 1981 | @end defun | 1981 | @end defun |
| 1982 | 1982 | ||
| 1983 | @defun event-convert-list list | 1983 | @defun event-convert-list list |
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index c943a6a29c1..f6cd0229c4d 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi | |||
| @@ -438,7 +438,7 @@ Emacs commands for operating on compiler output can be used on these | |||
| 438 | messages. | 438 | messages. |
| 439 | 439 | ||
| 440 | When an error is due to invalid syntax in the program, the byte | 440 | When an error is due to invalid syntax in the program, the byte |
| 441 | compiler might get confused about the errors' exact location. One way | 441 | compiler might get confused about the error's exact location. One way |
| 442 | to investigate is to switch to the buffer @w{@file{ *Compiler | 442 | to investigate is to switch to the buffer @w{@file{ *Compiler |
| 443 | Input*}}. (This buffer name starts with a space, so it does not show | 443 | Input*}}. (This buffer name starts with a space, so it does not show |
| 444 | up in the Buffer Menu.) This buffer contains the program being | 444 | up in the Buffer Menu.) This buffer contains the program being |
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 9abbd898d91..35d9d0c9654 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi | |||
| @@ -1382,7 +1382,7 @@ default global map. | |||
| 1382 | The function @code{substitute-key-definition} scans a keymap for | 1382 | The function @code{substitute-key-definition} scans a keymap for |
| 1383 | keys that have a certain binding and rebinds them with a different | 1383 | keys that have a certain binding and rebinds them with a different |
| 1384 | binding. Another feature which is cleaner and can often produce the | 1384 | binding. Another feature which is cleaner and can often produce the |
| 1385 | same results to remap one command into another (@pxref{Remapping | 1385 | same results is to remap one command into another (@pxref{Remapping |
| 1386 | Commands}). | 1386 | Commands}). |
| 1387 | 1387 | ||
| 1388 | @defun substitute-key-definition olddef newdef keymap &optional oldmap | 1388 | @defun substitute-key-definition olddef newdef keymap &optional oldmap |
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index d2d38d7fb5e..81a1922d71c 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -848,8 +848,8 @@ loaded, into the current Emacs session. This means that the facilities | |||
| 848 | associated with @var{feature} are or will be available for other Lisp | 848 | associated with @var{feature} are or will be available for other Lisp |
| 849 | programs. | 849 | programs. |
| 850 | 850 | ||
| 851 | The direct effect of calling @code{provide} is if not already in | 851 | The direct effect of calling @code{provide} is to add @var{feature} to |
| 852 | @var{features} then to add @var{feature} to the front of that list and | 852 | the front of @code{features} if it is not already in that list and |
| 853 | call any @code{eval-after-load} code waiting for it (@pxref{Hooks for | 853 | call any @code{eval-after-load} code waiting for it (@pxref{Hooks for |
| 854 | Loading}). The argument @var{feature} must be a symbol. | 854 | Loading}). The argument @var{feature} must be a symbol. |
| 855 | @code{provide} returns @var{feature}. | 855 | @code{provide} returns @var{feature}. |
diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi index 1c904666cb4..1b4d74fb257 100644 --- a/doc/lispref/markers.texi +++ b/doc/lispref/markers.texi | |||
| @@ -340,10 +340,10 @@ text is inserted at its position. If @var{type} is @code{nil}, | |||
| 340 | This function reports the current insertion type of @var{marker}. | 340 | This function reports the current insertion type of @var{marker}. |
| 341 | @end defun | 341 | @end defun |
| 342 | 342 | ||
| 343 | Most functions that create markers, without an argument allowing to | 343 | All functions that create markers without accepting an argument that |
| 344 | specify the insertion type, create them with insertion type | 344 | specifies the insertion type, create them with insertion type |
| 345 | @code{nil}. Also, the mark has, by default, insertion type | 345 | @code{nil} (@pxref{Creating Markers}). Also, the mark has, by |
| 346 | @code{nil}. | 346 | default, insertion type @code{nil}. |
| 347 | 347 | ||
| 348 | @node Moving Markers | 348 | @node Moving Markers |
| 349 | @section Moving Marker Positions | 349 | @section Moving Marker Positions |
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 7b76e6af9c3..1285c1c69e6 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -913,7 +913,7 @@ follow these conventions: they may run the parent's mode hook too early, | |||
| 913 | or fail to run @code{after-change-major-mode-hook}. If you encounter | 913 | or fail to run @code{after-change-major-mode-hook}. If you encounter |
| 914 | such a major mode, please correct it to follow these conventions. | 914 | such a major mode, please correct it to follow these conventions. |
| 915 | 915 | ||
| 916 | When you defined a major mode using @code{define-derived-mode}, it | 916 | When you define a major mode using @code{define-derived-mode}, it |
| 917 | automatically makes sure these conventions are followed. If you | 917 | automatically makes sure these conventions are followed. If you |
| 918 | define a major mode ``by hand'', not using @code{define-derived-mode}, | 918 | define a major mode ``by hand'', not using @code{define-derived-mode}, |
| 919 | use the following functions to handle these conventions automatically. | 919 | use the following functions to handle these conventions automatically. |
| @@ -1066,7 +1066,7 @@ to invert the sort order. | |||
| 1066 | @defun tabulated-list-init-header | 1066 | @defun tabulated-list-init-header |
| 1067 | This function computes and sets @code{header-line-format} for the | 1067 | This function computes and sets @code{header-line-format} for the |
| 1068 | Tabulated List buffer (@pxref{Header Lines}), and assigns a keymap to | 1068 | Tabulated List buffer (@pxref{Header Lines}), and assigns a keymap to |
| 1069 | the header line to allow sort entries by clicking on column headers. | 1069 | the header line to allow sorting entries by clicking on column headers. |
| 1070 | 1070 | ||
| 1071 | Modes derived from Tabulated List mode should call this after setting | 1071 | Modes derived from Tabulated List mode should call this after setting |
| 1072 | the above variables (in particular, only after setting | 1072 | the above variables (in particular, only after setting |
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index e3346aa3a5b..f859b3adde4 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -506,7 +506,7 @@ inputinput@point{} | |||
| 506 | @defun call-process-shell-command command &optional infile destination display | 506 | @defun call-process-shell-command command &optional infile destination display |
| 507 | This function executes the shell command @var{command} synchronously. | 507 | This function executes the shell command @var{command} synchronously. |
| 508 | The arguments are handled as in @code{call-process}. An old calling | 508 | The arguments are handled as in @code{call-process}. An old calling |
| 509 | convention allowed to pass any number of additional arguments after | 509 | convention allowed passing any number of additional arguments after |
| 510 | @var{display}, which were concatenated to @var{command}; this is still | 510 | @var{display}, which were concatenated to @var{command}; this is still |
| 511 | supported, but strongly discouraged. | 511 | supported, but strongly discouraged. |
| 512 | @end defun | 512 | @end defun |
| @@ -515,7 +515,7 @@ supported, but strongly discouraged. | |||
| 515 | This function is like @code{call-process-shell-command}, but uses | 515 | This function is like @code{call-process-shell-command}, but uses |
| 516 | @code{process-file} internally. Depending on @code{default-directory}, | 516 | @code{process-file} internally. Depending on @code{default-directory}, |
| 517 | @var{command} can be executed also on remote hosts. An old calling | 517 | @var{command} can be executed also on remote hosts. An old calling |
| 518 | convention allowed to pass any number of additional arguments after | 518 | convention allowed passing any number of additional arguments after |
| 519 | @var{display}, which were concatenated to @var{command}; this is still | 519 | @var{display}, which were concatenated to @var{command}; this is still |
| 520 | supported, but strongly discouraged. | 520 | supported, but strongly discouraged. |
| 521 | @end defun | 521 | @end defun |
| @@ -1382,10 +1382,10 @@ subprocess with a @code{SIGHUP} signal (@pxref{Signals to Processes}). | |||
| 1382 | @end defun | 1382 | @end defun |
| 1383 | 1383 | ||
| 1384 | If the process's buffer is displayed in a window, your Lisp program | 1384 | If the process's buffer is displayed in a window, your Lisp program |
| 1385 | may wish telling the process the dimensions of that window, so that | 1385 | may wish to tell the process the dimensions of that window, so that |
| 1386 | the process could adapt its output to those dimensions, much as it | 1386 | the process could adapt its output to those dimensions, much as it |
| 1387 | adapts to the screen dimensions. The following functions allow to | 1387 | adapts to the screen dimensions. The following functions allow |
| 1388 | communicate this kind of information to processes; however, not all | 1388 | communicating this kind of information to processes; however, not all |
| 1389 | systems support the underlying functionality, so it is best to provide | 1389 | systems support the underlying functionality, so it is best to provide |
| 1390 | fallbacks, e.g., via command-line arguments or environment variables. | 1390 | fallbacks, e.g., via command-line arguments or environment variables. |
| 1391 | 1391 | ||
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 0b7759347fc..43d4945b685 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -1376,10 +1376,10 @@ before executing each key sequence, so that each undo normally undoes | |||
| 1376 | the effects of one command. A few exceptional commands are | 1376 | the effects of one command. A few exceptional commands are |
| 1377 | @dfn{amalgamating}: these commands generally cause small changes to | 1377 | @dfn{amalgamating}: these commands generally cause small changes to |
| 1378 | buffers, so with these a boundary is inserted only every 20th command, | 1378 | buffers, so with these a boundary is inserted only every 20th command, |
| 1379 | allowing to undo them as a group. By default, commands | 1379 | allowing the changes to be undone as a group. By default, the commands |
| 1380 | @code{self-insert-command}, which produces self-inserting input | 1380 | @code{self-insert-command}, which produces self-inserting input |
| 1381 | characters (@pxref{Commands for Insertion}), and @code{delete-char} | 1381 | characters (@pxref{Commands for Insertion}), and @code{delete-char}, |
| 1382 | which deletes characters (@pxref{Deletion}) are amalgamating. | 1382 | which deletes characters (@pxref{Deletion}), are amalgamating. |
| 1383 | Where a command affects the contents of several buffers, as may happen, | 1383 | Where a command affects the contents of several buffers, as may happen, |
| 1384 | for example, when a function on the @code{post-command-hook} affects a | 1384 | for example, when a function on the @code{post-command-hook} affects a |
| 1385 | buffer other than the @code{current-buffer}, then @code{undo-boundary} | 1385 | buffer other than the @code{current-buffer}, then @code{undo-boundary} |