]> code.delx.au - gnu-emacs/commitdiff
Merge from emacs-24; up to 2014-07-21T01:34:03Z!monnier@iro.umontreal.ca
authorGlenn Morris <rgm@gnu.org>
Sun, 5 Oct 2014 17:19:23 +0000 (10:19 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 5 Oct 2014 17:19:23 +0000 (10:19 -0700)
doc/emacs/ChangeLog
doc/emacs/misc.texi
doc/emacs/search.texi
lisp/ChangeLog
lisp/imenu.el

index 4014725adf06b037a24286a341a5569a05d06ed7..59d4280e789af1a90389d036fac58a36e6e16d61 100644 (file)
@@ -1,7 +1,11 @@
+2014-10-05  Glenn Morris  <rgm@gnu.org>
+
+       * misc.texi (Sorting):
+       * search.texi (Query Replace): Markup fixes.
+
 2014-10-04  Martin Rudalics  <rudalics@gmx.at>
 
-       * frames.texi (Scroll Bars): Describe use of horizontal scroll
-       bars.
+       * frames.texi (Scroll Bars): Describe use of horizontal scroll bars.
 
 2014-10-04  Glenn Morris  <rgm@gnu.org>
 
index 1a865c70cdd0ff351abd42da7e17e0322dad7394..af4d21fe1801173b8143f497b187144002beaa99 100644 (file)
@@ -1935,9 +1935,9 @@ They divide the text of the region into many @dfn{sort records},
 identify a @dfn{sort key} for each record, and then reorder the records
 into the order determined by the sort keys.  The records are ordered so
 that their keys are in alphabetical order, or, for numeric sorting, in
-numeric order.  In alphabetic sorting, all upper-case letters `A' through
-`Z' come before lower-case `a', in accord with the @acronym{ASCII} character
-sequence.
+numeric order.  In alphabetic sorting, all upper-case letters @samp{A}
+through @samp{Z} come before lower-case @samp{a}, in accordance with the
+@acronym{ASCII} character sequence.
 
   The various sort commands differ in how they divide the text into sort
 records and in which part of each record is used as the sort key.  Most of
index 64ecf165349b5a0720cee64adcfb63884e6ac281..bdfb534e1863449f44b8ad214bcb3ccfa5cd6645 100644 (file)
@@ -1337,7 +1337,7 @@ to replace all remaining occurrences without asking again.
 
 @item Y @r{(Upper-case)}
 to replace all remaining occurrences in all remaining buffers in
-multi-buffer replacements (like the Dired `Q' command which performs
+multi-buffer replacements (like the Dired @key{Q} command that performs
 query replace on selected files).  It answers this question and all
 subsequent questions in the series with "yes", without further
 user interaction.
index 3a88ac6b37a9be9f3887bd4640707365da47875b..039387ed4af785c9ef8bcb551d39889edd2a7a14 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-05  Leo Liu  <sdl.web@gmail.com>
+
+       * imenu.el (imenu-default-goto-function): Fix typo.
+
 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
 
        * net/ntlm.el (ntlm-build-auth-request):
index e5f33a5efb956feefcc535b29e56d6bddaf3ae5a..3159b6cc563f0556d9efd9709f7e9f8d95d6ed24 100644 (file)
@@ -1012,7 +1012,7 @@ to `imenu-update-menubar'.")
     (imenu item)
     nil))
 
-(defun imenu-default-goto-function (_name position &optional _rest)
+(defun imenu-default-goto-function (_name position &rest _rest)
   "Move to the given position.
 
 NAME is ignored.  POSITION is where to move.  REST is also ignored.