diff options
| author | Glenn Morris | 2018-02-28 09:40:40 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-28 09:40:40 -0800 |
| commit | 3959892419eff45a7006deceddcc1962fdbcc1c9 (patch) | |
| tree | 315d0425dad9a5b89a4c881102241fbab9f45c94 /doc/lispref | |
| parent | 51537b9e4937d7853647871dc264f0be9412a9fa (diff) | |
| parent | fd5023874872dcb559cb7acdca6b019273c9de07 (diff) | |
| download | emacs-3959892419eff45a7006deceddcc1962fdbcc1c9.tar.gz emacs-3959892419eff45a7006deceddcc1962fdbcc1c9.zip | |
Merge from origin/emacs-26
fd50238 (origin/emacs-26) * doc/lispref/streams.texi (Output Variable...
769ea57 Use "GTK+" where applicable in the manual
5e69219 Document print-escape-control-characters
c00fea9 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac...
a2ab0d0 * doc/emacs/killing.texi (Rectangles): Don't use @key for cha...
6288c3d * lisp/emulation/viper.el: Unbreak it.
bf3535e More fixes in the Emacs manual
c87d04e Avoid aborts in 'md5'
9743f48 Mark keys consistently in manuals
ce557a9 Remove @key{} markups from @kindex entries in manuals
71243f0 * doc/emacs/display.texi (Standard Faces): Fix markup of inde...
7a069f3 Fix @kindex entries in manuals
6218933 Fix @cindex entries in manuals
57c9f12 Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs into...
e415309 Fix @cindex entries in org.texi
560a23e Document reserved keys
105d085 * doc/misc/ebrowse.texi: Use @key{} for keys.
Conflicts:
doc/misc/tramp.texi
etc/NEWS
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/files.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/streams.texi | 8 | ||||
| -rw-r--r-- | doc/lispref/strings.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/text.texi | 2 |
4 files changed, 12 insertions, 4 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 9fbdb628205..3a39826761c 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -3267,7 +3267,7 @@ shown above; the details are crucial for proper behavior in the case of | |||
| 3267 | multiple handlers, and for operations that have two file names that may | 3267 | multiple handlers, and for operations that have two file names that may |
| 3268 | each have handlers. | 3268 | each have handlers. |
| 3269 | 3269 | ||
| 3270 | @kindex safe-magic (@r{property}) | 3270 | @kindex safe-magic @r{(property)} |
| 3271 | Handlers that don't really do anything special for actual access to the | 3271 | Handlers that don't really do anything special for actual access to the |
| 3272 | file---such as the ones that implement completion of host names for | 3272 | file---such as the ones that implement completion of host names for |
| 3273 | remote file names---should have a non-@code{nil} @code{safe-magic} | 3273 | remote file names---should have a non-@code{nil} @code{safe-magic} |
| @@ -3277,7 +3277,7 @@ file names, by prefixing them with @samp{/:}. But if the handler that | |||
| 3277 | would be used for them has a non-@code{nil} @code{safe-magic} | 3277 | would be used for them has a non-@code{nil} @code{safe-magic} |
| 3278 | property, the @samp{/:} is not added. | 3278 | property, the @samp{/:} is not added. |
| 3279 | 3279 | ||
| 3280 | @kindex operations (@r{property}) | 3280 | @kindex operations @r{(property)} |
| 3281 | A file name handler can have an @code{operations} property to | 3281 | A file name handler can have an @code{operations} property to |
| 3282 | declare which operations it handles in a nontrivial way. If this | 3282 | declare which operations it handles in a nontrivial way. If this |
| 3283 | property has a non-@code{nil} value, it should be a list of | 3283 | property has a non-@code{nil} value, it should be a list of |
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index 6172392274a..ebd806601ef 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi | |||
| @@ -778,6 +778,14 @@ In the second expression, the local binding of | |||
| 778 | @code{prin1}, but not during the printing of the result. | 778 | @code{prin1}, but not during the printing of the result. |
| 779 | @end defvar | 779 | @end defvar |
| 780 | 780 | ||
| 781 | @defvar print-escape-control-characters | ||
| 782 | If this variable is non-@code{nil}, control characters in strings are | ||
| 783 | printed as backslash sequences by the print functions @code{prin1} and | ||
| 784 | @code{print} that print with quoting. If this variable and | ||
| 785 | @code{print-escape-newlines} are both non-@code{nil}, the latter takes | ||
| 786 | precedences for newlines and formfeeds. | ||
| 787 | @end defvar | ||
| 788 | |||
| 781 | @defvar print-escape-nonascii | 789 | @defvar print-escape-nonascii |
| 782 | If this variable is non-@code{nil}, then unibyte non-@acronym{ASCII} | 790 | If this variable is non-@code{nil}, then unibyte non-@acronym{ASCII} |
| 783 | characters in strings are unconditionally printed as backslash sequences | 791 | characters in strings are unconditionally printed as backslash sequences |
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 5452ea68790..8a9e27d00ec 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi | |||
| @@ -727,7 +727,7 @@ minus sign if the argument is negative. | |||
| 727 | @result{} "-23.5" | 727 | @result{} "-23.5" |
| 728 | @end example | 728 | @end example |
| 729 | 729 | ||
| 730 | @cindex int-to-string | 730 | @cindex @code{int-to-string} |
| 731 | @code{int-to-string} is a semi-obsolete alias for this function. | 731 | @code{int-to-string} is a semi-obsolete alias for this function. |
| 732 | 732 | ||
| 733 | See also the function @code{format} in @ref{Formatting Strings}. | 733 | See also the function @code{format} in @ref{Formatting Strings}. |
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 9de270c2d8e..e992c0f561d 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -3862,7 +3862,7 @@ clicks on the link quickly without moving the mouse. This behavior is | |||
| 3862 | controlled by the user option @code{mouse-1-click-follows-link}. | 3862 | controlled by the user option @code{mouse-1-click-follows-link}. |
| 3863 | @xref{Mouse References,,, emacs, The GNU Emacs Manual}. | 3863 | @xref{Mouse References,,, emacs, The GNU Emacs Manual}. |
| 3864 | 3864 | ||
| 3865 | @cindex follow-link (text or overlay property) | 3865 | @kindex follow-link @r{(text or overlay property)} |
| 3866 | To set up the link so that it obeys | 3866 | To set up the link so that it obeys |
| 3867 | @code{mouse-1-click-follows-link}, you must either (1) apply a | 3867 | @code{mouse-1-click-follows-link}, you must either (1) apply a |
| 3868 | @code{follow-link} text or overlay property to the link text, or (2) | 3868 | @code{follow-link} text or overlay property to the link text, or (2) |