# HG changeset patch # User Jesper Harder # Date 1082133756 0 # Node ID 07f4773453a09ffa01c8fcbbe1f73a1327e8d1b8 # Parent 8c186f4bffa66979dab2ecd5522677f8aefc3728 Markup fixes. diff -r 8c186f4bffa6 -r 07f4773453a0 lispref/keymaps.texi --- a/lispref/keymaps.texi Fri Apr 16 13:10:15 2004 +0000 +++ b/lispref/keymaps.texi Fri Apr 16 16:42:36 2004 +0000 @@ -1864,7 +1864,7 @@ @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 diff -r 8c186f4bffa6 -r 07f4773453a0 lispref/processes.texi --- a/lispref/processes.texi Fri Apr 16 13:10:15 2004 +0000 +++ b/lispref/processes.texi Fri Apr 16 16:42:36 2004 +0000 @@ -933,7 +933,7 @@ 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 diff -r 8c186f4bffa6 -r 07f4773453a0 lispref/text.texi --- a/lispref/text.texi Fri Apr 16 13:10:15 2004 +0000 +++ b/lispref/text.texi Fri Apr 16 16:42:36 2004 +0000 @@ -3875,7 +3875,7 @@ 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