* emacs.texi: Use "..." instead of ``...'' in the menus
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 11 Jul 2011 20:52:09 +0000 (22:52 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 11 Jul 2011 20:52:09 +0000 (22:52 +0200)
doc/emacs/ChangeLog
doc/emacs/emacs.texi

index e72edf7..79558a3 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * emacs.texi: Use "..." instead of ``...'' in the menus
+       (bug#3503).
+
 2011-07-11  Chong Yidong  <cyd@stupidchicken.com>
 
        * killing.texi (Primary Selection): Document `only' setting for
index 2591f56..256cdf3 100644 (file)
@@ -164,7 +164,7 @@ Fundamental Editing Commands
 * Help::                Commands for asking Emacs about its commands.
 
 Important Text-Changing Commands
-* Mark::                The mark: how to delimit a ``region'' of text.
+* Mark::                The mark: how to delimit a "region" of text.
 * Killing::             Killing (cutting) text.
 * Yanking::             Recovering killed text.  Moving text. (Pasting.)
 * Cut and Paste::       Clipboard and selections on graphical displays.
@@ -200,7 +200,7 @@ Advanced Features
 @end ifnottex
 * Sending Mail::        Sending mail in Emacs.
 * Rmail::               Reading mail in Emacs.
-* Dired::               You can ``edit'' a directory to manage files in it.
+* Dired::               You can "edit" a directory to manage files in it.
 * Calendar/Diary::      The calendar and diary facilities.
 * Document View::       Viewing PDF, PS and DVI files.
 * Gnus::                A flexible mail and news reader.
@@ -1066,7 +1066,7 @@ Customization
                           to decide what to do; by setting variables,
                           you can control their functioning.
 * Key Bindings::        Keymaps say what command each key runs.
-                          By changing them, you can ``redefine'' keys.
+                          By changing them, you can "redefine" keys.
 * Init File::           How to write common customizations in the
                           @file{.emacs} file.