emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114212: Minor fixes for ido.texi.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r114212: Minor fixes for ido.texi.
Date: Wed, 11 Sep 2013 14:06:43 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114212
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-11 22:06:22 +0800
message:
  Minor fixes for ido.texi.
  
  * doc/misc/ido.texi (Interactive Substring Matching): Use @key{RET}
  instead of @kbd{RET}.
  (Prefix Matching): Add an index.
modified:
  doc/emacs/trouble.texi         
trouble.texi-20091113204419-o5vbwnq5f7feedwu-6279
  doc/lispref/nonascii.texi      
nonascii.texi-20091113204419-o5vbwnq5f7feedwu-6202
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/ido.texi              ido.texi-20130724222900-50gdum2iefexcdgi-1
=== modified file 'doc/emacs/trouble.texi'
--- a/doc/emacs/trouble.texi    2013-08-12 00:09:11 +0000
+++ b/doc/emacs/trouble.texi    2013-09-11 14:06:22 +0000
@@ -1140,6 +1140,7 @@
 form that is clearly safe to install.
 @end itemize
 
address@hidden FIXME: Include the node above?
 @node Contributing
 @section Contributing to Emacs Development
 @cindex contributing to Emacs

=== modified file 'doc/lispref/nonascii.texi'
--- a/doc/lispref/nonascii.texi 2013-08-25 22:30:56 +0000
+++ b/doc/lispref/nonascii.texi 2013-09-11 14:06:22 +0000
@@ -549,6 +549,8 @@
 @defun get-char-code-property char propname
 This function returns the value of @var{char}'s @var{propname} property.
 
address@hidden FIXME: Use ā€˜?\sā€™ instead of ā€˜? ā€™ for the space character in the
address@hidden first example?  --xfq
 @example
 @group
 (get-char-code-property ?  'general-category)

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-09-08 23:31:14 +0000
+++ b/doc/misc/ChangeLog        2013-09-11 14:06:22 +0000
@@ -1,3 +1,9 @@
+2013-09-11  Xue Fuqiao  <address@hidden>
+
+       * ido.texi (Interactive Substring Matching): Use @key{RET} instead
+       of @kbd{RET}.
+       (Prefix Matching): Add an index.
+
 2013-09-08  Glenn Morris  <address@hidden>
 
        * emacs-gnutls.texi: Tweak direntry.

=== modified file 'doc/misc/ido.texi'
--- a/doc/misc/ido.texi 2013-08-10 04:58:31 +0000
+++ b/doc/misc/ido.texi 2013-09-11 14:06:22 +0000
@@ -258,7 +258,7 @@
 At this point, you still have two matching buffers.  If you want the
 first buffer in the list, you can simply press @key{RET}.  If you want
 the second in the list, you can press @kbd{C-s} to move it to the top
-of the list and then press @kbd{RET} to select it.
+of the list and then press @key{RET} to select it.
 
 However, if you type @kbd{4}, you'll only have one match left:
 
@@ -366,6 +366,7 @@
 the only difference to the description of the substring matching
 above.
 
address@hidden toggle prefix matching
 You can toggle prefix matching with @kbd{C-p}
 (@code{ido-toggle-prefix}).
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]