diff options
| author | Jesper Harder | 2004-04-16 16:42:36 +0000 |
|---|---|---|
| committer | Jesper Harder | 2004-04-16 16:42:36 +0000 |
| commit | 4810d170c92bac4677d26abcaa3573b2224797bd (patch) | |
| tree | 39398eb0b91989f5838577d034b4e7ab315c1a6f | |
| parent | 38f34d4a94304b3f443b36b6c340d6f7fc545464 (diff) | |
| download | emacs-4810d170c92bac4677d26abcaa3573b2224797bd.tar.gz emacs-4810d170c92bac4677d26abcaa3573b2224797bd.zip | |
Markup fixes.
| -rw-r--r-- | lispref/keymaps.texi | 2 | ||||
| -rw-r--r-- | lispref/processes.texi | 2 | ||||
| -rw-r--r-- | lispref/text.texi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 9b2df2b2045..ee50855bef3 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi | |||
| @@ -1864,7 +1864,7 @@ function should return the binding to use instead. | |||
| 1864 | @cindex menu separators | 1864 | @cindex menu separators |
| 1865 | 1865 | ||
| 1866 | A menu separator is a kind of menu item that doesn't display any | 1866 | A menu separator is a kind of menu item that doesn't display any |
| 1867 | text--instead, it divides the menu into subparts with a horizontal line. | 1867 | text---instead, it divides the menu into subparts with a horizontal line. |
| 1868 | A separator looks like this in the menu keymap: | 1868 | A separator looks like this in the menu keymap: |
| 1869 | 1869 | ||
| 1870 | @example | 1870 | @example |
diff --git a/lispref/processes.texi b/lispref/processes.texi index 27721efee45..a4166ee29a0 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -933,7 +933,7 @@ primitive that waits. | |||
| 933 | streams of the subprocess, because Emacs normally spawns the subprocess | 933 | streams of the subprocess, because Emacs normally spawns the subprocess |
| 934 | inside a pseudo-TTY, and a pseudo-TTY has only one output channel. If | 934 | inside a pseudo-TTY, and a pseudo-TTY has only one output channel. If |
| 935 | you want to keep the output to those streams separate, you should | 935 | you want to keep the output to those streams separate, you should |
| 936 | redirect one of them to a file--for example, by using an appropriate | 936 | redirect one of them to a file---for example, by using an appropriate |
| 937 | shell command. | 937 | shell command. |
| 938 | 938 | ||
| 939 | @menu | 939 | @menu |
diff --git a/lispref/text.texi b/lispref/text.texi index bb57da746bf..c6e5aa34d05 100644 --- a/lispref/text.texi +++ b/lispref/text.texi | |||
| @@ -3875,7 +3875,7 @@ changes, like this: | |||
| 3875 | If an error (or other nonlocal exit) occurs inside the body of | 3875 | If an error (or other nonlocal exit) occurs inside the body of |
| 3876 | @code{atomic-change-group}, it unmakes all the changes in that buffer | 3876 | @code{atomic-change-group}, it unmakes all the changes in that buffer |
| 3877 | that were during the execution of the body. This kind of change group | 3877 | that were during the execution of the body. This kind of change group |
| 3878 | has no effect on any other buffers--any such changes remain. | 3878 | has no effect on any other buffers---any such changes remain. |
| 3879 | 3879 | ||
| 3880 | If you need something more sophisticated, such as to make changes in | 3880 | If you need something more sophisticated, such as to make changes in |
| 3881 | various buffers constitute one atomic group, you must directly call | 3881 | various buffers constitute one atomic group, you must directly call |