[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107461: Use "" quotes in menus
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107461: Use "" quotes in menus |
Date: |
Wed, 29 Feb 2012 00:11:23 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107461
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-02-29 00:11:23 -0800
message:
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.
modified:
doc/emacs/ChangeLog
doc/emacs/emacs.texi
doc/emacs/help.texi
doc/emacs/text.texi
doc/lispref/ChangeLog
doc/lispref/elisp.texi
doc/lispref/vol1.texi
doc/lispref/vol2.texi
doc/misc/ChangeLog
doc/misc/sem-user.texi
doc/misc/url.texi
doc/misc/woman.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2012-02-29 08:05:16 +0000
+++ b/doc/emacs/ChangeLog 2012-02-29 08:11:23 +0000
@@ -1,5 +1,7 @@
2012-02-29 Glenn Morris <address@hidden>
+ * 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 <address@hidden>
=== modified file 'doc/emacs/emacs.texi'
--- a/doc/emacs/emacs.texi 2012-02-29 08:05:16 +0000
+++ b/doc/emacs/emacs.texi 2012-02-29 08:11:23 +0000
@@ -159,7 +159,7 @@
* 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 address@hidden character sets.
Advanced Features
@@ -273,7 +273,7 @@
* 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 @@
* 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.
=== modified file 'doc/emacs/help.texi'
--- a/doc/emacs/help.texi 2012-01-19 07:21:25 +0000
+++ b/doc/emacs/help.texi 2012-02-29 08:11:23 +0000
@@ -71,7 +71,7 @@
* 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
=== modified file 'doc/emacs/text.texi'
--- a/doc/emacs/text.texi 2012-02-20 23:50:52 +0000
+++ b/doc/emacs/text.texi 2012-02-29 08:11:23 +0000
@@ -77,7 +77,7 @@
* 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
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-02-28 12:36:39 +0000
+++ b/doc/lispref/ChangeLog 2012-02-29 08:11:23 +0000
@@ -1,3 +1,7 @@
+2012-02-29 Glenn Morris <address@hidden>
+
+ * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
+
2012-02-28 Thierry Volpiatto <address@hidden>
* files.texi: Rename files-equal-p to file-equal-p.
=== modified file 'doc/lispref/elisp.texi'
--- a/doc/lispref/elisp.texi 2012-02-28 08:17:21 +0000
+++ b/doc/lispref/elisp.texi 2012-02-29 08:11:23 +0000
@@ -905,7 +905,7 @@
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.
=== modified file 'doc/lispref/vol1.texi'
--- a/doc/lispref/vol1.texi 2012-02-28 08:17:21 +0000
+++ b/doc/lispref/vol1.texi 2012-02-29 08:11:23 +0000
@@ -927,7 +927,7 @@
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.
=== modified file 'doc/lispref/vol2.texi'
--- a/doc/lispref/vol2.texi 2012-02-28 08:17:21 +0000
+++ b/doc/lispref/vol2.texi 2012-02-29 08:11:23 +0000
@@ -926,7 +926,7 @@
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.
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog 2012-02-29 08:05:16 +0000
+++ b/doc/misc/ChangeLog 2012-02-29 08:11:23 +0000
@@ -1,5 +1,7 @@
2012-02-29 Glenn Morris <address@hidden>
+ * sem-user.texi, url.texi, woman.texi: Use "" quotes in menus.
+
* cl.texi: Use @code{} in menus when appropriate.
2012-02-28 Glenn Morris <address@hidden>
=== modified file 'doc/misc/sem-user.texi'
--- a/doc/misc/sem-user.texi 2012-02-09 07:35:21 +0000
+++ b/doc/misc/sem-user.texi 2012-02-29 08:11:23 +0000
@@ -1,6 +1,6 @@
@c This file is included by semantic.texi
address@hidden Copyright (C) 1999-2005, 2007, 2009-2012 Free Software
Foundation, Inc.
address@hidden 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 @@
* 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.
=== modified file 'doc/misc/url.texi'
--- a/doc/misc/url.texi 2012-02-10 17:22:09 +0000
+++ b/doc/misc/url.texi 2012-02-29 08:11:23 +0000
@@ -228,7 +228,7 @@
@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.
=== modified file 'doc/misc/woman.texi'
--- a/doc/misc/woman.texi 2012-01-19 07:21:25 +0000
+++ b/doc/misc/woman.texi 2012-02-29 08:11:23 +0000
@@ -432,7 +432,7 @@
@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 @@
@node Word at point, , Cache, Topic
@comment node-name, next, previous, up
address@hidden Using the ``Word at Point'' as a Topic Suggestion
address@hidden Using the "Word at Point" as a Topic Suggestion
@cindex word at point
@cindex point, word at
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107461: Use "" quotes in menus,
Glenn Morris <=