auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/fancyhdr.el,v


From: Tassilo Horn
Subject: [AUCTeX-diffs] Changes to auctex/style/fancyhdr.el,v
Date: Thu, 14 Feb 2013 07:17:46 +0000

CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Tassilo Horn <tsdh>     13/02/14 07:17:45

Index: style/fancyhdr.el
===================================================================
RCS file: /sources/auctex/auctex/style/fancyhdr.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- style/fancyhdr.el   14 Feb 2013 07:14:52 -0000      1.1
+++ style/fancyhdr.el   14 Feb 2013 07:17:45 -0000      1.2
@@ -89,8 +89,10 @@
 ;; the list of positions differs between the macros
 (defun TeX-arg-fancyhdr-position (optional &optional prompt collection)
   "Prompt for a fancyhdr position with completion.
-If non-nil, PROMPT is used as the prompt.  If non-nil, COLLECTION
-is used as the completion list for the position."
+If OPTIONAL is non-nil, insert the resulting value as an optional
+argument, otherwise as a mandatory one.  If non-nil, PROMPT is
+used as the prompt.  If non-nil, COLLECTION is used as the
+completion list for the position."
   (let* ((positions (if (not collection)
                         ;; Standard positions with no restrictions.  Lower-case
                         ;; versions, and reverse versions (e.g., OC) are left



reply via email to

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