emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99737: Fix @deffn without categor


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99737: Fix @deffn without category.
Date: Thu, 15 Apr 2010 01:41:21 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99737
committer: Juri Linkov <address@hidden>
branch nick: emacs-23
timestamp: Thu 2010-04-15 01:41:21 +0300
message:
  Fix @deffn without category.
  
  * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
  for `abbrev-insert'.
  
  * buffers.texi (Indirect Buffers): Add category `Command'
  to @deffn of `clone-indirect-buffer'.
  
  * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
  for `next-window' and `previous-window'.  Add category `Command'
  to @deffn of `pop-to-buffer'.
modified:
  doc/lispref/ChangeLog
  doc/lispref/abbrevs.texi
  doc/lispref/buffers.texi
  doc/lispref/windows.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2010-04-01 15:24:53 +0000
+++ b/doc/lispref/ChangeLog     2010-04-14 22:41:21 +0000
@@ -1,3 +1,17 @@
+2010-04-14  Juri Linkov  <address@hidden>
+
+       Fix @deffn without category.
+
+       * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
+       for `abbrev-insert'.
+
+       * buffers.texi (Indirect Buffers): Add category `Command'
+       to @deffn of `clone-indirect-buffer'.
+
+       * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
+       for `next-window' and `previous-window'.  Add category `Command'
+       to @deffn of `pop-to-buffer'.
+
 2010-04-01  Chong Yidong  <address@hidden>
 
        * nonascii.texi (Text Representations): Don't mark

=== modified file 'doc/lispref/abbrevs.texi'
--- a/doc/lispref/abbrevs.texi  2010-01-13 08:35:10 +0000
+++ b/doc/lispref/abbrevs.texi  2010-04-14 22:41:21 +0000
@@ -281,7 +281,7 @@
 returns @code{nil} even though expansion did occur.
 @end deffn
 
address@hidden abbrev-insert abbrev &optional name start end
address@hidden abbrev-insert abbrev &optional name start end
 This function inserts the abbrev expansion of @code{abbrev}, replacing
 the text between @code{start} and @code{end}.  If @code{start} is
 omitted, it defaults to point.  @code{name}, if address@hidden, should
@@ -289,7 +289,7 @@
 figure out whether to adjust the capitalization of the expansion.  The
 function returns @code{abbrev} if the abbrev was successfully
 inserted.
address@hidden deffn
address@hidden defun
 
 @deffn Command abbrev-prefix-mark &optional arg
 This command marks the current location of point as the beginning of

=== modified file 'doc/lispref/buffers.texi'
--- a/doc/lispref/buffers.texi  2010-01-13 08:35:10 +0000
+++ b/doc/lispref/buffers.texi  2010-04-14 22:41:21 +0000
@@ -1135,7 +1135,7 @@
 buffer, not from @var{base-buffer}.
 @end deffn
 
address@hidden clone-indirect-buffer newname display-flag &optional norecord
address@hidden Command clone-indirect-buffer newname display-flag &optional 
norecord
 This function creates and returns a new indirect buffer that shares
 the current buffer's base buffer and copies the rest of the current
 buffer's attributes.  (If the current buffer is not indirect, it is

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2010-01-13 08:35:10 +0000
+++ b/doc/lispref/windows.texi  2010-04-14 22:41:21 +0000
@@ -525,7 +525,7 @@
 In general, within each set of siblings at any level in the window tree
 (@pxref{Window Tree}), the order is left to right, or top to bottom.
 
address@hidden next-window &optional window minibuf all-frames
address@hidden next-window &optional window minibuf all-frames
 @cindex minibuffer window, and @code{next-window}
 This function returns the window following @var{window} in the cyclic
 ordering of windows.  This is the window @kbd{C-x o} selects if typed
@@ -588,13 +588,13 @@
      @result{} #<window 56 on windows.texi>
 @end group
 @end example
address@hidden deffn
address@hidden defun
 
address@hidden previous-window &optional window minibuf all-frames
address@hidden previous-window &optional window minibuf all-frames
 This function returns the window preceding @var{window} in the cyclic
 ordering of windows.  The other arguments specify which windows to
 include in the cycle, as in @code{next-window}.
address@hidden deffn
address@hidden defun
 
 @deffn Command other-window count &optional all-frames
 This function selects another window in the cyclic ordering of windows.
@@ -827,7 +827,7 @@
 unless @var{norecord} is address@hidden
 @end deffn
 
address@hidden pop-to-buffer buffer-or-name &optional other-window norecord
address@hidden Command pop-to-buffer buffer-or-name &optional other-window 
norecord
 This command makes @var{buffer-or-name} the current buffer and switches
 to it in some window, preferably not the window previously selected.
 The ``popped-to'' window becomes the selected window.  Its frame is


reply via email to

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