aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesper Harder2004-04-16 16:42:36 +0000
committerJesper Harder2004-04-16 16:42:36 +0000
commit4810d170c92bac4677d26abcaa3573b2224797bd (patch)
tree39398eb0b91989f5838577d034b4e7ab315c1a6f
parent38f34d4a94304b3f443b36b6c340d6f7fc545464 (diff)
downloademacs-4810d170c92bac4677d26abcaa3573b2224797bd.tar.gz
emacs-4810d170c92bac4677d26abcaa3573b2224797bd.zip
Markup fixes.
-rw-r--r--lispref/keymaps.texi2
-rw-r--r--lispref/processes.texi2
-rw-r--r--lispref/text.texi2
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
1867text--instead, it divides the menu into subparts with a horizontal line. 1867text---instead, it divides the menu into subparts with a horizontal line.
1868A separator looks like this in the menu keymap: 1868A 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.
933streams of the subprocess, because Emacs normally spawns the subprocess 933streams of the subprocess, because Emacs normally spawns the subprocess
934inside a pseudo-TTY, and a pseudo-TTY has only one output channel. If 934inside a pseudo-TTY, and a pseudo-TTY has only one output channel. If
935you want to keep the output to those streams separate, you should 935you want to keep the output to those streams separate, you should
936redirect one of them to a file--for example, by using an appropriate 936redirect one of them to a file---for example, by using an appropriate
937shell command. 937shell 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:
3875If an error (or other nonlocal exit) occurs inside the body of 3875If 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
3877that were during the execution of the body. This kind of change group 3877that were during the execution of the body. This kind of change group
3878has no effect on any other buffers--any such changes remain. 3878has 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
3881various buffers constitute one atomic group, you must directly call 3881various buffers constitute one atomic group, you must directly call