diff options
| author | Lars Magne Ingebrigtsen | 2011-07-11 22:52:09 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-11 22:52:09 +0200 |
| commit | f584ca38928d95273cd9627f1f40ae95f28a7620 (patch) | |
| tree | 120939d80fc2c8a0aa7a5051be6d88aca0d58a5f | |
| parent | 9988520a263e1cd78b1be5d182a6cc38cf307f5f (diff) | |
| download | emacs-f584ca38928d95273cd9627f1f40ae95f28a7620.tar.gz emacs-f584ca38928d95273cd9627f1f40ae95f28a7620.zip | |
* emacs.texi: Use "..." instead of ``...'' in the menus
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index e72edf77acc..79558a3ff47 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * emacs.texi: Use "..." instead of ``...'' in the menus | ||
| 4 | (bug#3503). | ||
| 5 | |||
| 1 | 2011-07-11 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-07-11 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * killing.texi (Primary Selection): Document `only' setting for | 8 | * killing.texi (Primary Selection): Document `only' setting for |
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 2591f56a168..256cdf3b5c2 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -164,7 +164,7 @@ Fundamental Editing Commands | |||
| 164 | * Help:: Commands for asking Emacs about its commands. | 164 | * Help:: Commands for asking Emacs about its commands. |
| 165 | 165 | ||
| 166 | Important Text-Changing Commands | 166 | Important Text-Changing Commands |
| 167 | * Mark:: The mark: how to delimit a ``region'' of text. | 167 | * Mark:: The mark: how to delimit a "region" of text. |
| 168 | * Killing:: Killing (cutting) text. | 168 | * Killing:: Killing (cutting) text. |
| 169 | * Yanking:: Recovering killed text. Moving text. (Pasting.) | 169 | * Yanking:: Recovering killed text. Moving text. (Pasting.) |
| 170 | * Cut and Paste:: Clipboard and selections on graphical displays. | 170 | * Cut and Paste:: Clipboard and selections on graphical displays. |
| @@ -200,7 +200,7 @@ Advanced Features | |||
| 200 | @end ifnottex | 200 | @end ifnottex |
| 201 | * Sending Mail:: Sending mail in Emacs. | 201 | * Sending Mail:: Sending mail in Emacs. |
| 202 | * Rmail:: Reading mail in Emacs. | 202 | * Rmail:: Reading mail in Emacs. |
| 203 | * Dired:: You can ``edit'' a directory to manage files in it. | 203 | * Dired:: You can "edit" a directory to manage files in it. |
| 204 | * Calendar/Diary:: The calendar and diary facilities. | 204 | * Calendar/Diary:: The calendar and diary facilities. |
| 205 | * Document View:: Viewing PDF, PS and DVI files. | 205 | * Document View:: Viewing PDF, PS and DVI files. |
| 206 | * Gnus:: A flexible mail and news reader. | 206 | * Gnus:: A flexible mail and news reader. |
| @@ -1066,7 +1066,7 @@ Customization | |||
| 1066 | to decide what to do; by setting variables, | 1066 | to decide what to do; by setting variables, |
| 1067 | you can control their functioning. | 1067 | you can control their functioning. |
| 1068 | * Key Bindings:: Keymaps say what command each key runs. | 1068 | * Key Bindings:: Keymaps say what command each key runs. |
| 1069 | By changing them, you can ``redefine'' keys. | 1069 | By changing them, you can "redefine" keys. |
| 1070 | * Init File:: How to write common customizations in the | 1070 | * Init File:: How to write common customizations in the |
| 1071 | @file{.emacs} file. | 1071 | @file{.emacs} file. |
| 1072 | 1072 | ||