aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Monnier2010-06-16 16:08:41 -0400
committerStefan Monnier2010-06-16 16:08:41 -0400
commit2a64315a111fb4da67e9c40c9b69045c4f63d619 (patch)
tree2e7ba99465f6eb5eae64361767af5bc5fff7aca4 /doc
parent288cf4e907c0350eb24824016763bddd09df8ea8 (diff)
parent36901266a8acb83880fefee50c93abb09f64533b (diff)
downloademacs-2a64315a111fb4da67e9c40c9b69045c4f63d619.tar.gz
emacs-2a64315a111fb4da67e9c40c9b69045c4f63d619.zip
Merge from emacs-23
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog6
-rw-r--r--doc/emacs/basic.texi11
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/idlwave.texi2
-rw-r--r--doc/misc/org.texi2
5 files changed, 19 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 2b9b81d2bd8..e954fe496c4 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,11 @@
12010-06-10 Glenn Morris <rgm@gnu.org> 12010-06-10 Glenn Morris <rgm@gnu.org>
2 2
3 * basic.texi (Inserting Text): Minor clarification. (Bug#6374)
4
5 * basic.texi (Inserting Text): Fix typo.
6
72010-06-10 Glenn Morris <rgm@gnu.org>
8
3 * ack.texi (Acknowledgments): 9 * ack.texi (Acknowledgments):
4 * emacs.texi (Acknowledgments): Update for notifications.el. 10 * emacs.texi (Acknowledgments): Update for notifications.el.
5 11
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index 27ca4593339..b5a194f1ccf 100644
--- a/doc/emacs/basic.texi
+++ b/doc/emacs/basic.texi
@@ -1,6 +1,7 @@
1@c This is part of the Emacs manual. 1@c This is part of the Emacs manual.
2@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001, 2@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
3@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
4@c Free Software Foundation, Inc.
4@c See file emacs.texi for copying conditions. 5@c See file emacs.texi for copying conditions.
5@node Basic, Minibuffer, Exiting, Top 6@node Basic, Minibuffer, Exiting, Top
6@chapter Basic Editing Commands 7@chapter Basic Editing Commands
@@ -92,9 +93,9 @@ of overwriting with it.
92@vindex read-quoted-char-radix 93@vindex read-quoted-char-radix
93@noindent 94@noindent
94To use decimal or hexadecimal instead of octal, set the variable 95To use decimal or hexadecimal instead of octal, set the variable
95@code{read-quoted-char-radix} to 10 or 16. If the radix is greater 96@code{read-quoted-char-radix} to 10 or 16. If the radix is 16,
96than 10, some letters starting with @kbd{a} serve as part of a 97the letters @kbd{a} to @kbd{f} serve as part of a character code,
97character code, just like digits. 98just like digits. Case is ignored.
98 99
99 A numeric argument tells @kbd{C-q} how many copies of the quoted 100 A numeric argument tells @kbd{C-q} how many copies of the quoted
100character to insert (@pxref{Arguments}). 101character to insert (@pxref{Arguments}).
@@ -104,7 +105,7 @@ character to insert (@pxref{Arguments}).
104@cindex Unicode 105@cindex Unicode
105 Instead of @kbd{C-q}, you can use @kbd{C-x 8 @key{RET}} 106 Instead of @kbd{C-q}, you can use @kbd{C-x 8 @key{RET}}
106(@code{ucs-insert}) to insert a character based on its Unicode name or 107(@code{ucs-insert}) to insert a character based on its Unicode name or
107code-point. This commands prompts for a character to insert, using 108code-point. This command prompts for a character to insert, using
108the minibuffer; you can specify the character using either (i) the 109the minibuffer; you can specify the character using either (i) the
109character's name in the Unicode standard, or (ii) the character's 110character's name in the Unicode standard, or (ii) the character's
110code-point in the Unicode standard. If you specify the character's 111code-point in the Unicode standard. If you specify the character's
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 2ab078d5473..a159715a69d 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12010-06-10 Glenn Morris <rgm@gnu.org>
2
3 * idlwave.texi (Load-Path Shadows):
4 * org.texi (Handling links): Fix typos.
5
12010-06-07 Teodor Zlatanov <tzz@lifelogs.com> 62010-06-07 Teodor Zlatanov <tzz@lifelogs.com>
2 7
3 * gnus.texi (Interactive): Explain effect of gnus-expert-user better. 8 * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi
index 6292902aa99..94a2c2c6db7 100644
--- a/doc/misc/idlwave.texi
+++ b/doc/misc/idlwave.texi
@@ -3717,7 +3717,7 @@ C-i}. Here are the different routines (also available in the Menu
3717 3717
3718@table @asis 3718@table @asis
3719@item @kbd{M-x idlwave-list-buffer-load-path-shadows} 3719@item @kbd{M-x idlwave-list-buffer-load-path-shadows}
3720This commands checks the names of all routines defined in the current 3720This command checks the names of all routines defined in the current
3721buffer for shadowing conflicts with other routines accessible to 3721buffer for shadowing conflicts with other routines accessible to
3722IDLWAVE. The command also has a key binding: @kbd{C-c C-b} 3722IDLWAVE. The command also has a key binding: @kbd{C-c C-b}
3723@item @kbd{M-x idlwave-list-shell-load-path-shadows}. 3723@item @kbd{M-x idlwave-list-shell-load-path-shadows}.
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 00474f6d708..c4285d59f27 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -2978,7 +2978,7 @@ link and description parts of the link.
2978Open link at point. This will launch a web browser for URLs (using 2978Open link at point. This will launch a web browser for URLs (using
2979@command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for 2979@command{browse-url-at-point}), run VM/MH-E/Wanderlust/Rmail/Gnus/BBDB for
2980the corresponding links, and execute the command in a shell link. When the 2980the corresponding links, and execute the command in a shell link. When the
2981cursor is on an internal link, this commands runs the corresponding search. 2981cursor is on an internal link, this command runs the corresponding search.
2982When the cursor is on a TAG list in a headline, it creates the corresponding 2982When the cursor is on a TAG list in a headline, it creates the corresponding
2983TAGS view. If the cursor is on a timestamp, it compiles the agenda for that 2983TAGS view. If the cursor is on a timestamp, it compiles the agenda for that
2984date. Furthermore, it will visit text and remote files in @samp{file:} links 2984date. Furthermore, it will visit text and remote files in @samp{file:} links