diff options
| author | Glenn Morris | 2020-05-27 16:29:19 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-05-27 16:30:00 -0700 |
| commit | bd7b681dc432ce77fbe3634c919fe49ca335f8e1 (patch) | |
| tree | 886657bc031b85e788a48f30b39a70b0ca920a40 | |
| parent | d0dd0e0612989ee169214e0f0ba32cf0a3e376b2 (diff) | |
| download | emacs-bd7b681dc432ce77fbe3634c919fe49ca335f8e1.tar.gz emacs-bd7b681dc432ce77fbe3634c919fe49ca335f8e1.zip | |
Tiny texinfo markup fixes
* doc/lispref/edebug.texi (Edebug Views):
* doc/lispref/loading.texi (Library Search):
* doc/lispref/os.texi (User Identification): Markup fixes.
| -rw-r--r-- | doc/lispref/edebug.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/files.texi | 1 | ||||
| -rw-r--r-- | doc/lispref/loading.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/os.texi | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index ec76e83db1c..b5b5ea0a645 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi | |||
| @@ -663,7 +663,7 @@ definition in the future. | |||
| 663 | Toggle whether Edebug saves and restores the outside window | 663 | Toggle whether Edebug saves and restores the outside window |
| 664 | configuration (@code{edebug-toggle-save-windows}). | 664 | configuration (@code{edebug-toggle-save-windows}). |
| 665 | 665 | ||
| 666 | With a prefix argument, @code{W} only toggles saving and restoring of | 666 | With a prefix argument, @kbd{W} only toggles saving and restoring of |
| 667 | the selected window. To specify a window that is not displaying the | 667 | the selected window. To specify a window that is not displaying the |
| 668 | source code buffer, you must use @kbd{C-x X W} from the global keymap. | 668 | source code buffer, you must use @kbd{C-x X W} from the global keymap. |
| 669 | @end table | 669 | @end table |
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index a93da39f174..bdda59f415d 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -3338,6 +3338,7 @@ each have handlers. | |||
| 3338 | file---such as the ones that implement completion of host names for | 3338 | file---such as the ones that implement completion of host names for |
| 3339 | remote file names---should have a non-@code{nil} @code{safe-magic} | 3339 | remote file names---should have a non-@code{nil} @code{safe-magic} |
| 3340 | property. For instance, Emacs normally protects directory names | 3340 | property. For instance, Emacs normally protects directory names |
| 3341 | @c FIXME I don't think this means the PATH environment variable? | ||
| 3341 | it finds in @code{PATH} from becoming magic, if they look like magic | 3342 | it finds in @code{PATH} from becoming magic, if they look like magic |
| 3342 | file names, by prefixing them with @samp{/:}. But if the handler that | 3343 | file names, by prefixing them with @samp{/:}. But if the handler that |
| 3343 | would be used for them has a non-@code{nil} @code{safe-magic} | 3344 | would be used for them has a non-@code{nil} @code{safe-magic} |
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 58936686ad7..2739d10ece9 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -338,7 +338,7 @@ If the environment variable @env{EMACSLOADPATH} is set, it modifies | |||
| 338 | the above initialization procedure. Emacs initializes | 338 | the above initialization procedure. Emacs initializes |
| 339 | @code{load-path} based on the value of the environment variable. | 339 | @code{load-path} based on the value of the environment variable. |
| 340 | 340 | ||
| 341 | The syntax of @env{EMACSLOADPATH} is the same as used for @code{PATH}; | 341 | The syntax of @env{EMACSLOADPATH} is the same as used for @env{PATH}; |
| 342 | directories are separated by @samp{:} (or @samp{;}, on some | 342 | directories are separated by @samp{:} (or @samp{;}, on some |
| 343 | operating systems). | 343 | operating systems). |
| 344 | @ignore | 344 | @ignore |
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 97b8b532fea..d600916d985 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -1194,7 +1194,7 @@ This function returns the full name of the logged-in user---or the value | |||
| 1194 | of the environment variable @env{NAME}, if that is set. | 1194 | of the environment variable @env{NAME}, if that is set. |
| 1195 | 1195 | ||
| 1196 | If the Emacs process's user-id does not correspond to any known user (and | 1196 | If the Emacs process's user-id does not correspond to any known user (and |
| 1197 | provided @code{NAME} is not set), the result is @code{"unknown"}. | 1197 | provided @env{NAME} is not set), the result is @code{"unknown"}. |
| 1198 | 1198 | ||
| 1199 | If @var{uid} is non-@code{nil}, then it should be a number (a user-id) | 1199 | If @var{uid} is non-@code{nil}, then it should be a number (a user-id) |
| 1200 | or a string (a login name). Then @code{user-full-name} returns the full | 1200 | or a string (a login name). Then @code{user-full-name} returns the full |