From 1df7defd8040839a81909b0eb8f428f6158b2362 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 5 Dec 2012 14:27:56 -0800 Subject: Fix minor whitespace issues after "." in manual. Be more systematic about using "@." (not ".") at end of sentence that ends in a capital letter, and about appending "@:" after non-ends of sentences that end in a lower case letter followed by "." followed by whitespace. Omit unnecessary use of "@:" and "@.". Similarly for "?" and "!". Be more consistent about putting a comma after "i.e." and "e.g."; this is the typical American style and it's easier to code in Texinfo. Fixes: debbugs:12973 --- doc/misc/ebrowse.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/misc/ebrowse.texi') diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi index 6db27a38808..e13ca4714a7 100644 --- a/doc/misc/ebrowse.texi +++ b/doc/misc/ebrowse.texi @@ -445,7 +445,7 @@ where no highlight is displayed. Class trees are displayed in @dfn{tree buffers} which install their own major mode. Most Emacs keys work in tree buffers in the usual way, -e.g.@: you can move around in the buffer with the usual @kbd{C-f}, +e.g., you can move around in the buffer with the usual @kbd{C-f}, @kbd{C-v} etc., or you can search with @kbd{C-s}. Tree-specific commands are bound to simple keystrokes, similar to @@ -953,7 +953,7 @@ the completion list. If necessary, the current member list is switched to the one containing the member. With a prefix argument (@kbd{C-u}), all members in the class tree, -i.e.@: all members the browser knows about appear in the completion +i.e., all members the browser knows about appear in the completion list. The member display will be switched to the class and member list containing the member. @@ -1333,7 +1333,7 @@ This command sets point to the previous position in the position stack. Directly after you performed a jump, this will put you back to the position where you came from. -The stack is not popped, i.e.@: you can always switch back and forth +The stack is not popped, i.e., you can always switch back and forth between positions in the stack. To avoid letting the stack grow to infinite size there is a maximum number of positions defined. When this number is reached, older positions are discarded when new positions are @@ -1415,7 +1415,7 @@ given regular expression. This command can be very useful if you remember only part of a member name, and not its beginning. A special buffer is popped up containing all identifiers matching the -regular expression, and what kind of symbol it is (e.g.@: a member +regular expression, and what kind of symbol it is (e.g., a member function, or a type). You can then switch to this buffer, and use the command @kbd{C-c C-m f}, for example, to jump to a specific member. -- cgit v1.2.1