mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Use "" quotes in menus
This is already used in most places. ``...'' does not get specially converted by texinfo in @menu descriptions. * doc/emacs/emacs.texi, doc/emacs/help.texi, doc/emacs/text.texi: * doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi: * doc/misc/sem-user.texi, doc/misc/url.texi, doc/misc/woman.texi: Use "" quotes in menus.
This commit is contained in:
parent
53eced6df8
commit
775b55af35
@ -1,5 +1,7 @@
|
||||
2012-02-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs.texi, help.texi, text.texi: Use "" quotes in menus.
|
||||
|
||||
* dired.texi, emacs.texi: Use @code{} in menus when appropriate.
|
||||
|
||||
2012-02-28 Glenn Morris <rgm@gnu.org>
|
||||
|
@ -159,7 +159,7 @@ Major Structures of Emacs
|
||||
* Files:: All about handling files.
|
||||
* Buffers:: Multiple buffers; editing several files at once.
|
||||
* Windows:: Viewing multiple pieces of text in one frame.
|
||||
* Frames:: Using multiple ``windows'' on your display.
|
||||
* Frames:: Using multiple "windows" on your display.
|
||||
* International:: Using non-@acronym{ASCII} character sets.
|
||||
|
||||
Advanced Features
|
||||
@ -273,7 +273,7 @@ Help
|
||||
* Language Help:: Help relating to international language support.
|
||||
* Misc Help:: Other help commands.
|
||||
* Help Files:: Commands to display auxiliary help files.
|
||||
* Help Echo:: Help on active text and tooltips (`balloon help').
|
||||
* Help Echo:: Help on active text and tooltips ("balloon help").
|
||||
|
||||
The Mark and the Region
|
||||
|
||||
@ -568,7 +568,7 @@ Commands for Human Languages
|
||||
* TeX Mode:: Editing TeX and LaTeX files.
|
||||
* HTML Mode:: Editing HTML and SGML files.
|
||||
* Nroff Mode:: Editing input to the nroff formatter.
|
||||
* Enriched Text:: Editing text ``enriched'' with fonts, colors, etc.
|
||||
* Enriched Text:: Editing text "enriched" with fonts, colors, etc.
|
||||
* Text Based Tables:: Commands for editing text-based tables.
|
||||
* Two-Column:: Splitting text columns into separate windows.
|
||||
|
||||
|
@ -71,7 +71,7 @@ meanings for it, but they all support @key{F1} for help.)
|
||||
* Language Help:: Help relating to international language support.
|
||||
* Misc Help:: Other help commands.
|
||||
* Help Files:: Commands to display auxiliary help files.
|
||||
* Help Echo:: Help on active text and tooltips (`balloon help').
|
||||
* Help Echo:: Help on active text and tooltips ("balloon help").
|
||||
@end menu
|
||||
|
||||
@iftex
|
||||
|
@ -77,7 +77,7 @@ for editing such pictures.
|
||||
* TeX Mode:: Editing TeX and LaTeX files.
|
||||
* HTML Mode:: Editing HTML and SGML files.
|
||||
* Nroff Mode:: Editing input to the nroff formatter.
|
||||
* Enriched Text:: Editing text ``enriched'' with fonts, colors, etc.
|
||||
* Enriched Text:: Editing text "enriched" with fonts, colors, etc.
|
||||
* Text Based Tables:: Commands for editing text-based tables.
|
||||
* Two-Column:: Splitting text columns into separate windows.
|
||||
@end menu
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-02-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
|
||||
|
||||
2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
|
||||
|
||||
* files.texi: Rename files-equal-p to file-equal-p.
|
||||
|
@ -905,7 +905,7 @@ Buffers
|
||||
is visited.
|
||||
* Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved.
|
||||
* Modification Time:: Determining whether the visited file was changed
|
||||
``behind Emacs's back''.
|
||||
"behind Emacs's back".
|
||||
* Read Only Buffers:: Modifying text is not allowed in a
|
||||
read-only buffer.
|
||||
* The Buffer List:: How to look at all the existing buffers.
|
||||
|
@ -927,7 +927,7 @@ Buffers
|
||||
is visited.
|
||||
* Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved.
|
||||
* Modification Time:: Determining whether the visited file was changed
|
||||
``behind Emacs's back''.
|
||||
"behind Emacs's back".
|
||||
* Read Only Buffers:: Modifying text is not allowed in a
|
||||
read-only buffer.
|
||||
* The Buffer List:: How to look at all the existing buffers.
|
||||
|
@ -926,7 +926,7 @@ Buffers
|
||||
is visited.
|
||||
* Buffer Modification:: A buffer is @dfn{modified} if it needs to be saved.
|
||||
* Modification Time:: Determining whether the visited file was changed
|
||||
``behind Emacs's back''.
|
||||
"behind Emacs's back".
|
||||
* Read Only Buffers:: Modifying text is not allowed in a
|
||||
read-only buffer.
|
||||
* The Buffer List:: How to look at all the existing buffers.
|
||||
|
@ -1,5 +1,7 @@
|
||||
2012-02-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
|
||||
|
||||
* cl.texi: Use @code{} in menus when appropriate.
|
||||
|
||||
2012-02-28 Glenn Morris <rgm@gnu.org>
|
||||
|
@ -1,6 +1,6 @@
|
||||
@c This file is included by semantic.texi
|
||||
|
||||
@c Copyright (C) 1999-2005, 2007, 2009-2012 Free Software Foundation, Inc.
|
||||
@c Copyright (C) 1999-2005, 2007, 2009-2012 Free Software Foundation, Inc.
|
||||
|
||||
@c Permission is granted to copy, distribute and/or modify this
|
||||
@c document under the terms of the GNU Free Documentation License,
|
||||
@ -31,7 +31,7 @@ File,,,emacs,Emacs manual}.
|
||||
* Analyzer:: Semantic tools for analyzing code.
|
||||
* Speedbar:: Using @semantic{} with the Speedbar.
|
||||
* SymRef:: Interface to symbol reference tools.
|
||||
* MRU Bookmarks:: Managing tag ``bookmarks''.
|
||||
* MRU Bookmarks:: Managing tag "bookmarks".
|
||||
* Sticky Func Mode:: Showing declarations in the header line.
|
||||
* Highlight Func Mode:: Highlight the current function declaration.
|
||||
* Tag Decoration Mode:: Minor mode to decorate tags.
|
||||
|
@ -228,7 +228,7 @@ controls the number of concurrent processes, and the option
|
||||
@menu
|
||||
* http/https:: Hypertext Transfer Protocol.
|
||||
* file/ftp:: Local files and FTP archives.
|
||||
* info:: Emacs `Info' pages.
|
||||
* info:: Emacs "Info" pages.
|
||||
* mailto:: Sending email.
|
||||
* news/nntp/snews:: Usenet news.
|
||||
* rlogin/telnet/tn3270:: Remote host connectivity.
|
||||
|
@ -432,7 +432,7 @@ slow. @xref{Cache, , The WoMan Topic Cache}, for further details.
|
||||
|
||||
@menu
|
||||
* Cache:: The WoMan Topic Cache
|
||||
* Word at point:: Using the ``Word at Point'' as a Topic Suggestion
|
||||
* Word at point:: Using the "Word at Point" as a Topic Suggestion
|
||||
@end menu
|
||||
|
||||
@node Cache, Word at point, Topic, Topic
|
||||
@ -472,7 +472,7 @@ time it is run in a new Emacs session.
|
||||
|
||||
@node Word at point, , Cache, Topic
|
||||
@comment node-name, next, previous, up
|
||||
@subsection Using the ``Word at Point'' as a Topic Suggestion
|
||||
@subsection Using the "Word at Point" as a Topic Suggestion
|
||||
@cindex word at point
|
||||
@cindex point, word at
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user