diff options
| author | Paul Eggert | 2016-11-04 15:02:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-11-04 15:02:03 -0700 |
| commit | ae0a1a890ec7b885e85cd945a21ca42fed80df3d (patch) | |
| tree | 495f1d851cb3a43a0e677bff9c09d4211a35fbde /doc/misc | |
| parent | 66b5222c3cd72839bf72e0b2a03912719c930451 (diff) | |
| parent | acae275b2752357497a2411876b83240ce7c8aec (diff) | |
| download | emacs-ae0a1a890ec7b885e85cd945a21ca42fed80df3d.tar.gz emacs-ae0a1a890ec7b885e85cd945a21ca42fed80df3d.zip | |
Merge from origin/emacs-25
acae275 ; Spelling fixes
d8fac73 Update README for precompiled windows Emacs.
23570fd Clarify documentation of 'vc-responsible-backend' wrt symlinks
f708cb2 Clarify doc string of 'transpose-sexps'
cd05b1d Fix docstring of 'browse-url-firefox-new-window-is-tab'
bdc89eb Improve documentation of 'font-lock-remove-keywords'
4a0c590 Fix documentation of the command summary key
0221b7a Mark relocation workarounds with REL_ALLOC
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | doc/misc/info.texi | 15 |
2 files changed, 10 insertions, 7 deletions
diff --git a/doc/misc/ChangeLog.1 b/doc/misc/ChangeLog.1 index eb16d4ac565..93aacb521a9 100644 --- a/doc/misc/ChangeLog.1 +++ b/doc/misc/ChangeLog.1 | |||
| @@ -5331,7 +5331,7 @@ | |||
| 5331 | 5331 | ||
| 5332 | 2010-07-09 Michael Albinus <michael.albinus@gmx.de> | 5332 | 2010-07-09 Michael Albinus <michael.albinus@gmx.de> |
| 5333 | 5333 | ||
| 5334 | * dbus.texi (Top): Introduce Index. Emphasize "nil" whereever | 5334 | * dbus.texi (Top): Introduce Index. Emphasize "nil" wherever |
| 5335 | forgotten. | 5335 | forgotten. |
| 5336 | (Type Conversion): Precise conversion of natural numbers. | 5336 | (Type Conversion): Precise conversion of natural numbers. |
| 5337 | (Errors and Events): Add "debugging" to concept index. Add variable | 5337 | (Errors and Events): Add "debugging" to concept index. Add variable |
diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 0a8100fec46..1b964e6b2c4 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi | |||
| @@ -70,7 +70,8 @@ To read about advanced Info commands, type @kbd{n} twice. This | |||
| 70 | brings you to @cite{Advanced Info Commands}, skipping over the ``Getting | 70 | brings you to @cite{Advanced Info Commands}, skipping over the ``Getting |
| 71 | Started'' chapter. | 71 | Started'' chapter. |
| 72 | 72 | ||
| 73 | Type @kbd{H} to see a summary of all available commands. | 73 | If you are using Emacs, type @kbd{?} to see a summary of all available |
| 74 | commands. In the stand-alone Info reader, type @kbd{H} instead. | ||
| 74 | @end ifinfo | 75 | @end ifinfo |
| 75 | @end ifnottex | 76 | @end ifnottex |
| 76 | 77 | ||
| @@ -393,16 +394,18 @@ the @key{BACKSPACE} key (or @key{DEL}) many times. You can also type | |||
| 393 | @end format | 394 | @end format |
| 394 | 395 | ||
| 395 | @kindex ? @r{(Info mode)} | 396 | @kindex ? @r{(Info mode)} |
| 397 | @kindex H @r{(stand-alone Info reader)} | ||
| 396 | @findex Info-summary | 398 | @findex Info-summary |
| 397 | You have just learned a considerable number of commands. If you | 399 | You have just learned a considerable number of commands. If you |
| 398 | want to use one but have trouble remembering which, you should type | 400 | want to use one but have trouble remembering which, you should type |
| 399 | @kbd{?}, which displays a brief list of commands. When you are | 401 | @kbd{?} (@kbd{H} in the stand-alone Info reader), which displays a |
| 400 | finished looking at the list, make it go away by typing @key{SPC} | 402 | brief list of commands. When you are finished looking at the list, |
| 401 | repeatedly. | 403 | make it go away by typing @key{SPC} repeatedly. |
| 402 | 404 | ||
| 403 | @format | 405 | @format |
| 404 | >> Type a @key{?} now. Press @key{SPC} to see consecutive screenfuls of | 406 | >> Type a @key{?} (or @key{H} in the stand-alone Info reader) now. |
| 405 | the list until finished. Then type @key{SPC} several times. If | 407 | Press @key{SPC} to see consecutive screenfuls of the list |
| 408 | until finished. Then type @key{SPC} several times. If | ||
| 406 | you are using Emacs, the help will then go away automatically. | 409 | you are using Emacs, the help will then go away automatically. |
| 407 | If you are using the stand-alone Info reader, type @kbd{x} to | 410 | If you are using the stand-alone Info reader, type @kbd{x} to |
| 408 | return here. | 411 | return here. |