]> git.eshelyaron.com Git - emacs.git/commitdiff
Markup fixes.
authorJesper Harder <harder@ifa.au.dk>
Fri, 16 Apr 2004 16:42:36 +0000 (16:42 +0000)
committerJesper Harder <harder@ifa.au.dk>
Fri, 16 Apr 2004 16:42:36 +0000 (16:42 +0000)
lispref/keymaps.texi
lispref/processes.texi
lispref/text.texi

index 9b2df2b20458e494e88b6dc135c73068b4ba8875..ee50855bef3bfa2aba30e0117c37e1179b30beb5 100644 (file)
@@ -1864,7 +1864,7 @@ function should return the binding to use instead.
 @cindex menu separators
 
   A menu separator is a kind of menu item that doesn't display any
-text--instead, it divides the menu into subparts with a horizontal line.
+text---instead, it divides the menu into subparts with a horizontal line.
 A separator looks like this in the menu keymap:
 
 @example
index 27721efee4553bfbc6a1ca86b99575cef678a6b2..a4166ee29a0c8e40fabc2653d055a0be66834f00 100644 (file)
@@ -933,7 +933,7 @@ primitive that waits.
 streams of the subprocess, because Emacs normally spawns the subprocess
 inside a pseudo-TTY, and a pseudo-TTY has only one output channel.  If
 you want to keep the output to those streams separate, you should
-redirect one of them to a file--for example, by using an appropriate
+redirect one of them to a file---for example, by using an appropriate
 shell command.
 
 @menu
index bb57da746bfdc2d467efe0e4603cec9bb097a079..c6e5aa34d057213be967ebc5da38f73ba23b98c2 100644 (file)
@@ -3875,7 +3875,7 @@ changes, like this:
 If an error (or other nonlocal exit) occurs inside the body of
 @code{atomic-change-group}, it unmakes all the changes in that buffer
 that were during the execution of the body.  This kind of change group
-has no effect on any other buffers--any such changes remain.
+has no effect on any other buffers---any such changes remain.
 
   If you need something more sophisticated, such as to make changes in
 various buffers constitute one atomic group, you must directly call