]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 May 1994 22:14:17 +0000 (22:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 May 1994 22:14:17 +0000 (22:14 +0000)
21 files changed:
lisp/allout.el
lisp/calendar/cal-french.el
lisp/calendar/holidays.el
lisp/complete.el
lisp/diary-lib.el
lisp/ediff.el
lisp/emulation/vip.el
lisp/emulation/ws-mode.el
lisp/forms.el
lisp/gnus.el
lisp/hippie-exp.el
lisp/imenu.el
lisp/mail/mail-hist.el
lisp/mail/supercite.el
lisp/nntp.el
lisp/progmodes/inf-lisp.el
lisp/progmodes/make-mode.el
lisp/progmodes/simula.el
lisp/term/x-win.el
lisp/textmodes/ispell.el
lisp/textmodes/refbib.el

index 3695929bce72a70646dfde9323b3198b6a9ece17..8f87eca6666ac99f468d3420f1a2296dc7df31fd 100644 (file)
@@ -455,14 +455,14 @@ and 'outline-distinctive-bullets-string'.")
 (defvar outline-line-boundary-regexp ()
   "Outline-regexp with outline-style beginning-of-line anchor.
 
-(Ie, C-j, *or* C-m, for prefixes of hidden topics).  This is properly
+\(Ie, C-j, *or* C-m, for prefixes of hidden topics).  This is properly
 set when outline-regexp is produced by 'set-outline-regexp', so
 that (match-beginning 2) and (match-end 2) delimit the prefix.")
 (make-variable-buffer-local 'outline-line-boundary-regexp)
 ;;;_   = outline-bob-regexp
 (defvar outline-bob-regexp ()
   "Like outline-line-boundary-regexp, for headers at beginning of buffer.
-(match-beginning 2) and (match-end 2) delimit the prefix.")
+\(match-beginning 2) and (match-end 2) delimit the prefix.")
 (make-variable-buffer-local 'outline-bob-regexp)
 ;;;_   = outline-header-subtraction
 (defvar outline-header-subtraction (1- (length outline-header-prefix))
index 42b04c64c7256637d4f4152e546a267ba3af16d3..02167c13f1879a6f8522fe9f33fca38cd5dccd59 100644 (file)
@@ -104,7 +104,7 @@ Gregorian date Sunday, December 31, 1 BC."
   "Compute the French Revolutionary equivalent for absolute date DATE.
 The result is a list of the form (MONTH DAY YEAR).
 The absolute date is the number of days elapsed since the
-(imaginary) Gregorian date Sunday, December 31, 1 BC."
+\(imaginary) Gregorian date Sunday, December 31, 1 BC."
   (if (< date 654415)
       (list 0 0 0);; pre-French Revolutionary date
     (let* ((approx (/ (- date 654414) 366));; Approximation from below.
index 9be849fb72f5ea2b2d07e6e2cf2caff49abfb36e..2500b60787f3eeb0a4991554e2c4d8a68eeddc23 100644 (file)
@@ -209,7 +209,7 @@ STRING)).  Returns nil if it is not visible in the current calendar window."
 (defun holiday-float (month dayname n string &optional day)
   "Holiday on MONTH, DAYNAME (Nth occurrence, Gregorian) called STRING.
 If the Nth DAYNAME in MONTH is visible, the value returned is the list
-(((MONTH DAY year) STRING)).
+\(((MONTH DAY year) STRING)).
 
 If N<0, count backward from the end of MONTH.
 
index 03709c9a23a8dd81f59873567d5690042048dfd6..b4e374532a3215a2ad5f76c4eead317cac067cb6 100644 (file)
@@ -109,7 +109,7 @@ Some arcane rules:  If `]' is in this string it must come first.
 If `^' is in this string it must NOT come first.  If `-' is in this
 string, it must come first or right after `]'.  In other words, if
 S is this string, then `[S]' must be a legal Emacs regular expression
-(not containing character ranges like `a-z').")
+\(not containing character ranges like `a-z').")
 
 
 (defvar PC-first-char 'x
index f10f22e78c18982411eba66ea45f5903b37a53a2..177194e88e9dc16f059ddf15cc36167a39c2ef58 100644 (file)
@@ -787,7 +787,7 @@ and XX:XXam or XX:XXpm."
 (defun list-hebrew-diary-entries ()
   "Add any Hebrew date entries from the diary file to `diary-entries-list'.
 Hebrew date diary entries must be prefaced by `hebrew-diary-entry-symbol'
-(normally an `H').  The same diary date forms govern the style of the Hebrew
+\(normally an `H').  The same diary date forms govern the style of the Hebrew
 calendar entries, except that the Hebrew month names must be spelled in full.
 The Hebrew months are numbered from 1 to 13 with Nisan being 1, 12 being
 Adar I and 13 being Adar II; you must use `Adar I' if you want Adar of a
@@ -871,7 +871,7 @@ not be marked in the calendar.  This function is provided for use with the
   "Mark days in the calendar window that have Hebrew date diary entries.
 Each entry in diary-file (or included files) visible in the calendar window
 is marked.  Hebrew date entries are prefaced by a hebrew-diary-entry-symbol
-(normally an `H').  The same diary-date-forms govern the style of the Hebrew
+\(normally an `H').  The same diary-date-forms govern the style of the Hebrew
 calendar entries, except that the Hebrew month names must be spelled in full.
 The Hebrew months are numbered from 1 to 13 with Nisan being 1, 12 being
 Adar I and 13 being Adar II; you must use `Adar I' if you want Adar of a
@@ -1650,7 +1650,7 @@ have 30 days), and has Passover start on Tuesday.")
 (defun list-islamic-diary-entries ()
   "Add any Islamic date entries from the diary file to `diary-entries-list'.
 Islamic date diary entries must be prefaced by an `islamic-diary-entry-symbol'
-(normally an `I').  The same diary date forms govern the style of the Islamic
+\(normally an `I').  The same diary date forms govern the style of the Islamic
 calendar entries, except that the Islamic month names must be spelled in full.
 The Islamic months are numbered from 1 to 12 with Muharram being 1 and 12 being
 Dhu al-Hijjah.  If an Islamic date diary entry begins with a
@@ -1733,7 +1733,7 @@ not be marked in the calendar.  This function is provided for use with the
   "Mark days in the calendar window that have Islamic date diary entries.
 Each entry in diary-file (or included files) visible in the calendar window
 is marked.  Islamic date entries are prefaced by a islamic-diary-entry-symbol
-(normally an `I').  The same diary-date-forms govern the style of the Islamic
+\(normally an `I').  The same diary-date-forms govern the style of the Islamic
 calendar entries, except that the Islamic month names must be spelled in full.
 The Islamic months are numbered from 1 to 12 with Muharram being 1 and 12 being
 Dhu al-Hijjah.  Islamic date diary entries that begin with a
index 013dc7bce9eb8cdbc0eff2eba14f49081ec55d3a..c64b359bf3fc3559532d076f07ab03ed519986b7 100644 (file)
@@ -978,7 +978,7 @@ Lines that do not match are assumed to be error messages.")
   "A list of killed diffs. 
 A diff is saved here if it is replaced by a diff
 from another buffer.  This alist has the form:
-((num (A . diff) (B . diff)) ...),
+\((num (A . diff) (B . diff)) ...),
 where A or B parts may be missing.")
 
 
index b710df35f6660e9fab0a5fe247533f16cda332e5..e343bf71cbbf5d67f16f707b835865623317f671 100644 (file)
@@ -627,7 +627,7 @@ to vip-d-com for later use by vip-repeat"
 
 (defun vip-repeat (arg)
   "(ARG)  Re-execute last destructive command.  vip-d-com has the form
-(COM ARG CH REG), where COM is the command to be re-executed, ARG is the
+\(COM ARG CH REG), where COM is the command to be re-executed, ARG is the
 argument for COM, CH is a flag for repeat, and REG is optional and if exists
 is the name of the register for COM."
   (interactive "P")
index 26aea825b7fa18b81c6fabd12f559670f51cbe02..d0fb619398f7f3514c9243a5411d076016227a75 100644 (file)
@@ -699,7 +699,7 @@ This will only work for errors raised by WordStar mode functions."
 
 (defun ws-kill-bol ()
   "In WordStar mode: Kill to beginning of line 
-(like WordStar, not like Emacs)."
+\(like WordStar, not like Emacs)."
   (interactive)
   (let ((p (point)))
     (beginning-of-line)
index b86f9bd64489db1c9d252e989b3b2140c0913f32..083eb1cb53f09532b7767ace7d37d1b7b7921a24 100644 (file)
@@ -2,7 +2,7 @@
 ;;; Copyright (C) 1991, 1993 Free Software Foundation, Inc.
 
 ;; Author: Johan Vromans <jv@nl.net>
-;; Version: $Revision: 2.4 $
+;; Version: $Revision: 2.5 $
 
 ;; This file is part of GNU Emacs.
 
 (provide 'forms)                       ;;; official
 (provide 'forms-mode)                  ;;; for compatibility
 
-(defconst forms-version (substring "$Revision: 2.4 $" 11 -2)
+(defconst forms-version (substring "$Revision: 2.5 $" 11 -2)
   "The version number of forms-mode (as string).  The complete RCS id is:
 
-  $Id: forms.el,v 2.4 1994/03/28 23:13:07 kwzh Exp kwzh $")
+  $Id: forms.el,v 2.5 1994/05/07 01:52:42 kwzh Exp rms $")
 
 (defvar forms-mode-hooks nil
   "Hook functions to be run upon entering Forms mode.")
 
 (defvar forms-read-only nil
   "Non-nil means: visit the file in view (read-only) mode.
-(Defaults to the write access on the data file).")
+\(Defaults to the write access on the data file).")
 
 (defvar forms-multi-line "\C-k"
   "If not nil: use this character to separate multi-line fields (default C-k).")
index cd0272da23308ff48b0e6fdcfaa60d63924251fa..b7ad1d379030099a83d84903f467f56fc8847bbc 100644 (file)
@@ -142,7 +142,7 @@ given.  Instead, if the first character of the name is `|', the
 contents of the article is piped out to the named program. It is
 possible to save an article in an MH folder as follows:
 
-(setq gnus-author-copy \"|/usr/local/lib/mh/rcvstore +Article\")")
+\(setq gnus-author-copy \"|/usr/local/lib/mh/rcvstore +Article\")")
 
 (defvar gnus-author-copy-saver (function rmail-output)
   "*A function called with a file name to save an author copy to.
index 65317f96a9db08862609d55f44d075c19bd537dd..9e7334ab56984c2b63ffaa73423c2629dffc6a54 100644 (file)
@@ -191,7 +191,7 @@ If nil, all buffers are searched.")
 (defvar hippie-expand-ignore-buffers '("^ \\*.*\\*$" dired-mode)
   "*A list specifying which buffers not to search (if not current).
 Can contain both regexps matching buffer names (as strings) and major modes
-(as atoms)")
+\(as atoms)")
 
 ;;;###autoload
 (defun hippie-expand (arg)
index 6733fcea8077e1c760a443956a6411d33241eaa6..d208a4568afedcb60fc06e402dd7ba3fdcdc43fe 100644 (file)
@@ -108,7 +108,7 @@ Set it to `imenu--sort-by-name' if you want alphabetic sorting.
 
 The function should take two arguments and return T if the first
 element should come before the second.  The arguments are cons cells;
-(NAME . POSITION).  Look at `imenu--sort-by-name' for an example.")
+\(NAME . POSITION).  Look at `imenu--sort-by-name' for an example.")
 
 (defvar imenu-max-items 25
   "*Maximum number of elements in an index mouse-menu.")
@@ -141,7 +141,7 @@ with name concatenation.")
 It should be a function that takes no arguments and returns an index
 of the current buffer as an alist. The elements in the alist look
 like: (INDEX-NAME . INDEX-POSITION). You may also nest index list like
-(INDEX-NAME . INDEX-ALIST).
+\(INDEX-NAME . INDEX-ALIST).
 
 This function is called within a `save-excursion'.
 
index ffa3003a45c9f7ee7d19ca5b7ee251ccb2a11168..7cef0dbfac7c0ee68588e933b1703991d5499f7c 100644 (file)
@@ -180,7 +180,7 @@ HEADER is a string without the colon."
 (defsubst mail-hist-add-header-contents-to-ring (header &optional contents)
   "Add the contents of HEADER to the header history ring.
 Optional argument CONTENTS is a string which will be the contents
-(instead of whatever's found in the header)."
+\(instead of whatever's found in the header)."
   (let ((ring (cdr (assoc header mail-hist-header-ring-alist))))
     (or ring
         ;; If the ring doesn't exist, we'll have to make it and add it
@@ -251,7 +251,7 @@ its own independent history, as does the body of the message.
 
 Although you can do so, it does not make much sense to call this
 without having called `mail-hist-previous-header' first
-(\\[mail-hist-previous-header]).
+\(\\[mail-hist-previous-header]).
 
 The history only contains the contents of outgoing messages, not
 received mail."
index ad53816a9fbd8fec501cd44f38e707e660b8630d..b9e6f867dafae45a878244b0b89293896cc1f564 100644 (file)
@@ -264,7 +264,7 @@ be used to select the most preferred attribution since it reflects how
 the original author would like to be distinguished.  It should be
 considered bad taste to put any attribution preference key before
 \"x-attribution\" in this list, except perhaps for \"sc-lastchoice\"
-(see below).
+\(see below).
 
 Supercite remembers the last attribution used when reciting an already
 cited paragraph.  This attribution will always be saved with the
index 9ced03a4c533a67ed50940c56c2cd5ab0625fb29..607febab8ba17a0e338963af4c917c570cd9cfee 100644 (file)
@@ -54,7 +54,7 @@ If the kanji code of the NNTP server is different from the local kanji
 code, the correct kanji code of the buffer associated with the NNTP
 server must be specified as follows:
 
-(setq nntp-server-hook
+\(setq nntp-server-hook
       (function
        (lambda ()
         ;; Server's Kanji code is EUC (NEmacs hack).
index 6dc750585ddc4715cb870ec8efd8c2a4c64348f3..4fa4009614a3f7cef12a61d4dd9c0a0f3706892b 100644 (file)
@@ -69,7 +69,7 @@
   "*What not to save on inferior Lisp's input history.
 Input matching this regexp is not saved on the input history in Inferior Lisp
 mode.  Default is whitespace followed by 0 or 1 single-letter colon-keyword 
-(as in :a, :c, etc.)")
+\(as in :a, :c, etc.)")
 
 (defvar inferior-lisp-mode-map nil)
 (cond ((not inferior-lisp-mode-map)
index eb07bb412d4c49933c73cbb207a44f5f505a4f88..13dab564e6b1c8317267d75039a4dbfa3264e9f4 100644 (file)
@@ -17,7 +17,7 @@
 
 ;; So, for the meantime, this is not the default mode for makefiles.
 
-;; $Id: makefile.el,v 1.14 1994/04/11 20:40:58 kwzh Exp rms $
+;; $Id: makefile.el,v 1.15 1994/04/22 20:20:49 rms Exp rms $
 
 ;; This file is part of GNU Emacs.
 
@@ -122,7 +122,7 @@ an item has been selected in the browser.")
 
 (defvar makefile-pickup-everything-picks-up-filenames-p nil
   "If non-nil, makefile-pickup-everything also picks up filenames as targets
-(i.e. it calls makefile-find-filenames-as-targets), otherwise filenames are
+\(i.e. it calls makefile-find-filenames-as-targets), otherwise filenames are
 omitted.")
 
 (defvar makefile-cleanup-continuations-p t
@@ -748,7 +748,7 @@ In the browser\'s client buffer, go to (end-of-line), insert a \'\\\'
 character, insert a new blank line, go to that line and indent by one TAB.
 This is most useful in the process of creating continued lines when copying
 large dependencies from the browser to the client buffer.
-(point) advances accordingly in the client buffer."
+\(point) advances accordingly in the client buffer."
   (interactive)
   (save-excursion
     (set-buffer makefile-browser-client)
index 82c5b87401a4e2e7d2768c6b4992580f63d46e3f..52357f7aaf174adb7863022bcb8f40f4e612ba12 100644 (file)
@@ -74,12 +74,12 @@ and the cdr extra OTHERWISE indentation.")
 (defconst simula-abbrev-keyword 'upcase
   "*Specify how to convert case for SIMULA keywords.
 Value is one of the symbols `upcase', `downcase', `capitalize',
-(as in) `abbrev-table' or nil if they should not be changed.")
+\(as in) `abbrev-table' or nil if they should not be changed.")
 
 (defconst simula-abbrev-stdproc 'abbrev-table
   "*Specify how to convert case for standard SIMULA procedure and class names.
 Value is one of the symbols `upcase', `downcase', `capitalize',
-(as in) `abbrev-table', or nil if they should not be changed.")
+\(as in) `abbrev-table', or nil if they should not be changed.")
 
 (defvar simula-abbrev-file nil
   "*File with extra abbrev definitions for use in SIMULA mode.
index e9ad45c4488686bdbf08f23941de2c67dc682be2..08141175fe0a553901406f4ea3324a2ce9f96344 100644 (file)
 This is done before the user's startup file is loaded.  They are copied to
 x-invocation args from which the X-related things are extracted, first
 the switch (e.g., \"-fg\") in the following code, and possible values
-(e.g., \"black\") in the option handler code (e.g., x-handle-switch).
+\(e.g., \"black\") in the option handler code (e.g., x-handle-switch).
 This returns ARGS with the arguments that have been processed removed."
   (setq x-invocation-args args
        args nil)
index 7b3f71cff2e609a257b1cc1c5233da915e7eb953..73b58f68de593831cf4233a20205a26b27ea0c76 100644 (file)
@@ -682,7 +682,7 @@ Currently the only other valid parser is 'tex.
 
 You can set this variable in hooks in your init file -- eg:
 
-(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))")
+\(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))")
 
 (defvar ispell-region-end (make-marker)
   "Marker that allows spelling continuations.")
index d8344df54d9137640a5d1d754192ddcb60eb323b..c0a62a0610a582e03a8997e9abc385a10d6eed73 100644 (file)
@@ -72,7 +72,7 @@ may be eliminated if is exactly the same as the car.
 for the journal name should be listed as beginning with a capital 
 letter, even if it really doesn't.
   For example, a value of '((\"Aij\" \"{Artificial Intelligence}\")
-(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string
+\(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string
 \"Artificial Intelligence\", but would replace Ijcai81 with the 
 BibTeX macro \"ijcai7\".")
 
@@ -87,7 +87,7 @@ may be eliminated if is exactly the same as the car.
   Because titles are capitalized before matching, the abbreviated title
 should be listed as beginning with a capital letter, even if it doesn't.
   For example, a value of '((\"Aij\" \"{Artificial Intelligence}\")
-(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string
+\(\"Ijcai81\" \"ijcai7\")) would expand Aij to the text string
 \"Artificial Intelligence\", but would replace Ijcai81 with the 
 BibTeX macro \"ijcai7\".")