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/lispintro | |
| 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/lispintro')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 16216bb774c..c86ca43954e 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -5882,7 +5882,7 @@ find and use again and again. | |||
| 5882 | @node New insert-buffer | 5882 | @node New insert-buffer |
| 5883 | @subsection New Body for @code{insert-buffer} | 5883 | @subsection New Body for @code{insert-buffer} |
| 5884 | @findex insert-buffer@r{, new version body} | 5884 | @findex insert-buffer@r{, new version body} |
| 5885 | @cindex new version body for insert-buffer | 5885 | @cindex new version body for @code{insert-buffer} |
| 5886 | 5886 | ||
| 5887 | The body in the GNU Emacs 22 version is more confusing than the original. | 5887 | The body in the GNU Emacs 22 version is more confusing than the original. |
| 5888 | 5888 | ||
| @@ -13254,7 +13254,7 @@ If you are reading this inside of GNU Emacs and you want to see the | |||
| 13254 | whole function, you can type @kbd{C-h f} (@code{describe-function}) | 13254 | whole function, you can type @kbd{C-h f} (@code{describe-function}) |
| 13255 | and the name of the function. This gives you the function | 13255 | and the name of the function. This gives you the function |
| 13256 | documentation and the name of the library containing the function's | 13256 | documentation and the name of the library containing the function's |
| 13257 | source. Place point over the name of the library and press the RET | 13257 | source. Place point over the name of the library and press the @key{RET} |
| 13258 | key; you will be taken directly to the source. (Be sure to install | 13258 | key; you will be taken directly to the source. (Be sure to install |
| 13259 | your sources! Without them, you are like a person who tries to drive | 13259 | your sources! Without them, you are like a person who tries to drive |
| 13260 | a car with his eyes shut!) | 13260 | a car with his eyes shut!) |
| @@ -14739,7 +14739,7 @@ In Emacs 22 | |||
| 14739 | "Edit file FILENAME. | 14739 | "Edit file FILENAME. |
| 14740 | Switch to a buffer visiting file FILENAME, | 14740 | Switch to a buffer visiting file FILENAME, |
| 14741 | creating one if none already exists. | 14741 | creating one if none already exists. |
| 14742 | Interactively, the default if you just type RET is the current directory, | 14742 | Interactively, the default if you just type @key{RET} is the current directory, |
| 14743 | but the visited file name is available through the minibuffer history: | 14743 | but the visited file name is available through the minibuffer history: |
| 14744 | type M-n to pull it into the minibuffer. | 14744 | type M-n to pull it into the minibuffer. |
| 14745 | 14745 | ||
| @@ -15917,8 +15917,8 @@ a regular expression, including functions that are not interactive. | |||
| 15917 | What we want to look for is some command that prints or inserts | 15917 | What we want to look for is some command that prints or inserts |
| 15918 | columns. Very likely, the name of the function will contain either | 15918 | columns. Very likely, the name of the function will contain either |
| 15919 | the word ``print'' or the word ``insert'' or the word ``column''. | 15919 | the word ``print'' or the word ``insert'' or the word ``column''. |
| 15920 | Therefore, we can simply type @kbd{M-x apropos RET | 15920 | Therefore, we can simply type @kbd{M-x apropos @key{RET} |
| 15921 | print\|insert\|column RET} and look at the result. On my system, this | 15921 | print\|insert\|column @key{RET}} and look at the result. On my system, this |
| 15922 | command once took quite some time, and then produced a list of 79 | 15922 | command once took quite some time, and then produced a list of 79 |
| 15923 | functions and variables. Now it does not take much time at all and | 15923 | functions and variables. Now it does not take much time at all and |
| 15924 | produces a list of 211 functions and variables. Scanning down the | 15924 | produces a list of 211 functions and variables. Scanning down the |
| @@ -18147,7 +18147,7 @@ You can enter the debugger when you call the function by calling | |||
| 18147 | Type: | 18147 | Type: |
| 18148 | 18148 | ||
| 18149 | @smallexample | 18149 | @smallexample |
| 18150 | M-x debug-on-entry RET triangle-bugged RET | 18150 | M-x debug-on-entry @key{RET} triangle-bugged @key{RET} |
| 18151 | @end smallexample | 18151 | @end smallexample |
| 18152 | 18152 | ||
| 18153 | @need 1250 | 18153 | @need 1250 |
| @@ -18255,7 +18255,7 @@ To cancel the effect of @code{debug-on-entry}, call | |||
| 18255 | @code{cancel-debug-on-entry} and the name of the function, like this: | 18255 | @code{cancel-debug-on-entry} and the name of the function, like this: |
| 18256 | 18256 | ||
| 18257 | @smallexample | 18257 | @smallexample |
| 18258 | M-x cancel-debug-on-entry RET triangle-bugged RET | 18258 | M-x cancel-debug-on-entry @key{RET} triangle-bugged @key{RET} |
| 18259 | @end smallexample | 18259 | @end smallexample |
| 18260 | 18260 | ||
| 18261 | @noindent | 18261 | @noindent |
| @@ -18341,7 +18341,7 @@ this by positioning your cursor within or just after the definition | |||
| 18341 | and typing | 18341 | and typing |
| 18342 | 18342 | ||
| 18343 | @smallexample | 18343 | @smallexample |
| 18344 | M-x edebug-defun RET | 18344 | M-x edebug-defun @key{RET} |
| 18345 | @end smallexample | 18345 | @end smallexample |
| 18346 | 18346 | ||
| 18347 | @noindent | 18347 | @noindent |
| @@ -18552,7 +18552,7 @@ one of those long, but decipherable functions. You can look up | |||
| 18552 | 18552 | ||
| 18553 | In this instance, since the code is Lisp, the @file{*Help*} buffer | 18553 | In this instance, since the code is Lisp, the @file{*Help*} buffer |
| 18554 | contains the name of the library containing the function's source. | 18554 | contains the name of the library containing the function's source. |
| 18555 | You can put point over the name of the library and press the RET key, | 18555 | You can put point over the name of the library and press the @key{RET} key, |
| 18556 | which in this situation is bound to @code{help-follow}, and be taken | 18556 | which in this situation is bound to @code{help-follow}, and be taken |
| 18557 | directly to the source, in the same way as @kbd{M-.} | 18557 | directly to the source, in the same way as @kbd{M-.} |
| 18558 | (@code{find-tag}). | 18558 | (@code{find-tag}). |