diff options
| author | Chong Yidong | 2012-04-09 21:05:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-09 21:05:48 +0800 |
| commit | fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch) | |
| tree | eba43d1fa2427a77f1f6b1468838426b33ea5973 /lisp/textmodes | |
| parent | a18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff) | |
| download | emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip | |
Remove * characters from the front of variable docstrings.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/artist.el | 6 | ||||
| -rw-r--r-- | lisp/textmodes/bib-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/bibtex.el | 6 | ||||
| -rw-r--r-- | lisp/textmodes/flyspell.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/ispell.el | 54 | ||||
| -rw-r--r-- | lisp/textmodes/refbib.el | 8 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-dcr.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 114 | ||||
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 8 | ||||
| -rw-r--r-- | lisp/textmodes/table.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/texinfmt.el | 8 | ||||
| -rw-r--r-- | lisp/textmodes/texnfo-upd.el | 8 |
13 files changed, 111 insertions, 111 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index 72ae44bb60d..dedbfcbf338 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -349,7 +349,7 @@ Example: | |||
| 349 | 349 | ||
| 350 | 350 | ||
| 351 | (defvar artist-pointer-shape (if (eq window-system 'x) x-pointer-crosshair nil) | 351 | (defvar artist-pointer-shape (if (eq window-system 'x) x-pointer-crosshair nil) |
| 352 | "*If in X Windows, use this pointer shape while drawing with the mouse.") | 352 | "If in X Windows, use this pointer shape while drawing with the mouse.") |
| 353 | 353 | ||
| 354 | 354 | ||
| 355 | (defcustom artist-text-renderer-function 'artist-figlet | 355 | (defcustom artist-text-renderer-function 'artist-figlet |
| @@ -397,13 +397,13 @@ Example: | |||
| 397 | ;; This is a defvar, not a defcustom, since the custom | 397 | ;; This is a defvar, not a defcustom, since the custom |
| 398 | ;; package shows lists of characters as a lists of integers, | 398 | ;; package shows lists of characters as a lists of integers, |
| 399 | ;; which is confusing | 399 | ;; which is confusing |
| 400 | "*Characters (``color'') to use when spraying. | 400 | "Characters (``color'') to use when spraying. |
| 401 | They should be ordered from the ``lightest'' to the ``heaviest'' | 401 | They should be ordered from the ``lightest'' to the ``heaviest'' |
| 402 | since spraying replaces a light character with the next heavier one.") | 402 | since spraying replaces a light character with the next heavier one.") |
| 403 | 403 | ||
| 404 | 404 | ||
| 405 | (defvar artist-spray-new-char ?. | 405 | (defvar artist-spray-new-char ?. |
| 406 | "*Initial character to use when spraying. | 406 | "Initial character to use when spraying. |
| 407 | This character is used if spraying upon a character that is not in | 407 | This character is used if spraying upon a character that is not in |
| 408 | `artist-spray-chars'. The character defined by this variable should | 408 | `artist-spray-chars'. The character defined by this variable should |
| 409 | be in `artist-spray-chars', or spraying will behave strangely.") | 409 | be in `artist-spray-chars', or spraying will behave strangely.") |
diff --git a/lisp/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el index 01733f97042..c8881fa5f9d 100644 --- a/lisp/textmodes/bib-mode.el +++ b/lisp/textmodes/bib-mode.el | |||
| @@ -137,7 +137,7 @@ with the cdr.") | |||
| 137 | 137 | ||
| 138 | 138 | ||
| 139 | (defcustom bib-auto-capitalize t | 139 | (defcustom bib-auto-capitalize t |
| 140 | "*True to automatically capitalize appropriate fields in Bib mode." | 140 | "True to automatically capitalize appropriate fields in Bib mode." |
| 141 | :type 'boolean | 141 | :type 'boolean |
| 142 | :group 'bib) | 142 | :group 'bib) |
| 143 | 143 | ||
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index a873680a8c8..87a32ad47a9 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -917,7 +917,7 @@ to the directories specified in `bibtex-string-file-path'." | |||
| 917 | :type '(repeat file)) | 917 | :type '(repeat file)) |
| 918 | 918 | ||
| 919 | (defvar bibtex-string-file-path (getenv "BIBINPUTS") | 919 | (defvar bibtex-string-file-path (getenv "BIBINPUTS") |
| 920 | "*Colon separated list of paths to search for `bibtex-string-files'.") | 920 | "Colon separated list of paths to search for `bibtex-string-files'.") |
| 921 | 921 | ||
| 922 | (defcustom bibtex-files nil | 922 | (defcustom bibtex-files nil |
| 923 | "List of BibTeX files that are searched for entry keys. | 923 | "List of BibTeX files that are searched for entry keys. |
| @@ -931,7 +931,7 @@ See also `bibtex-search-entry-globally'." | |||
| 931 | directory file))) | 931 | directory file))) |
| 932 | 932 | ||
| 933 | (defvar bibtex-file-path (getenv "BIBINPUTS") | 933 | (defvar bibtex-file-path (getenv "BIBINPUTS") |
| 934 | "*Colon separated list of paths to search for `bibtex-files'.") | 934 | "Colon separated list of paths to search for `bibtex-files'.") |
| 935 | 935 | ||
| 936 | (defcustom bibtex-search-entry-globally nil | 936 | (defcustom bibtex-search-entry-globally nil |
| 937 | "If non-nil, interactive calls of `bibtex-search-entry' search globally. | 937 | "If non-nil, interactive calls of `bibtex-search-entry' search globally. |
| @@ -1614,7 +1614,7 @@ Initialized by `bibtex-set-dialect'.") | |||
| 1614 | ,@(mapcar (lambda (matcher) | 1614 | ,@(mapcar (lambda (matcher) |
| 1615 | `((lambda (bound) (bibtex-font-lock-cite ',matcher bound)))) | 1615 | `((lambda (bound) (bibtex-font-lock-cite ',matcher bound)))) |
| 1616 | bibtex-cite-matcher-alist)) | 1616 | bibtex-cite-matcher-alist)) |
| 1617 | "*Default expressions to highlight in BibTeX mode.") | 1617 | "Default expressions to highlight in BibTeX mode.") |
| 1618 | 1618 | ||
| 1619 | (defvar bibtex-font-lock-url-regexp | 1619 | (defvar bibtex-font-lock-url-regexp |
| 1620 | ;; Assume that field names begin at the beginning of a line. | 1620 | ;; Assume that field names begin at the beginning of a line. |
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 930fda0626b..24967ded154 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -436,7 +436,7 @@ like <img alt=\"Some thing.\">." | |||
| 436 | 436 | ||
| 437 | ;; dash character machinery | 437 | ;; dash character machinery |
| 438 | (defvar flyspell-consider-dash-as-word-delimiter-flag nil | 438 | (defvar flyspell-consider-dash-as-word-delimiter-flag nil |
| 439 | "*Non-nil means that the `-' char is considered as a word delimiter.") | 439 | "Non-nil means that the `-' char is considered as a word delimiter.") |
| 440 | (make-variable-buffer-local 'flyspell-consider-dash-as-word-delimiter-flag) | 440 | (make-variable-buffer-local 'flyspell-consider-dash-as-word-delimiter-flag) |
| 441 | (defvar flyspell-dash-dictionary nil) | 441 | (defvar flyspell-dash-dictionary nil) |
| 442 | (make-variable-buffer-local 'flyspell-dash-dictionary) | 442 | (make-variable-buffer-local 'flyspell-dash-dictionary) |
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 75e8bd5a87d..74c32817734 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -277,13 +277,13 @@ full featured `looking-back' function is missing." | |||
| 277 | ;;; ******* THIS FILE IS WRITTEN FOR ISPELL VERSION 3.1+ | 277 | ;;; ******* THIS FILE IS WRITTEN FOR ISPELL VERSION 3.1+ |
| 278 | 278 | ||
| 279 | (defcustom ispell-highlight-p 'block | 279 | (defcustom ispell-highlight-p 'block |
| 280 | "*Highlight spelling errors when non-nil. | 280 | "Highlight spelling errors when non-nil. |
| 281 | When set to `block', assumes a block cursor with TTY displays." | 281 | When set to `block', assumes a block cursor with TTY displays." |
| 282 | :type '(choice (const block) (const :tag "off" nil) (const :tag "on" t)) | 282 | :type '(choice (const block) (const :tag "off" nil) (const :tag "on" t)) |
| 283 | :group 'ispell) | 283 | :group 'ispell) |
| 284 | 284 | ||
| 285 | (defcustom ispell-lazy-highlight (boundp 'lazy-highlight-cleanup) | 285 | (defcustom ispell-lazy-highlight (boundp 'lazy-highlight-cleanup) |
| 286 | "*Controls the lazy-highlighting of spelling errors. | 286 | "Controls the lazy-highlighting of spelling errors. |
| 287 | When non-nil, all text in the buffer matching the current spelling | 287 | When non-nil, all text in the buffer matching the current spelling |
| 288 | error is highlighted lazily using isearch lazy highlighting (see | 288 | error is highlighted lazily using isearch lazy highlighting (see |
| 289 | `lazy-highlight-initial-delay' and `lazy-highlight-interval')." | 289 | `lazy-highlight-initial-delay' and `lazy-highlight-interval')." |
| @@ -293,7 +293,7 @@ error is highlighted lazily using isearch lazy highlighting (see | |||
| 293 | :version "22.1") | 293 | :version "22.1") |
| 294 | 294 | ||
| 295 | (defcustom ispell-highlight-face (if ispell-lazy-highlight 'isearch 'highlight) | 295 | (defcustom ispell-highlight-face (if ispell-lazy-highlight 'isearch 'highlight) |
| 296 | "*The face used for Ispell highlighting. For Emacsen with overlays. | 296 | "The face used for Ispell highlighting. For Emacsen with overlays. |
| 297 | Possible values are `highlight', `modeline', `secondary-selection', | 297 | Possible values are `highlight', `modeline', `secondary-selection', |
| 298 | `region', and `underline'. | 298 | `region', and `underline'. |
| 299 | This variable can be set by the user to whatever face they desire. | 299 | This variable can be set by the user to whatever face they desire. |
| @@ -303,7 +303,7 @@ slightly different." | |||
| 303 | :group 'ispell) | 303 | :group 'ispell) |
| 304 | 304 | ||
| 305 | (defcustom ispell-check-comments t | 305 | (defcustom ispell-check-comments t |
| 306 | "*Spelling of comments checked when non-nil. | 306 | "Spelling of comments checked when non-nil. |
| 307 | When set to `exclusive', ONLY comments are checked. (For code comments). | 307 | When set to `exclusive', ONLY comments are checked. (For code comments). |
| 308 | Warning! Not checking comments, when a comment start is embedded in strings, | 308 | Warning! Not checking comments, when a comment start is embedded in strings, |
| 309 | may produce undesired results." | 309 | may produce undesired results." |
| @@ -314,13 +314,13 @@ may produce undesired results." | |||
| 314 | (lambda (a) (memq a '(nil t exclusive)))) | 314 | (lambda (a) (memq a '(nil t exclusive)))) |
| 315 | 315 | ||
| 316 | (defcustom ispell-query-replace-choices nil | 316 | (defcustom ispell-query-replace-choices nil |
| 317 | "*Corrections made throughout region when non-nil. | 317 | "Corrections made throughout region when non-nil. |
| 318 | Uses `query-replace' (\\[query-replace]) for corrections." | 318 | Uses `query-replace' (\\[query-replace]) for corrections." |
| 319 | :type 'boolean | 319 | :type 'boolean |
| 320 | :group 'ispell) | 320 | :group 'ispell) |
| 321 | 321 | ||
| 322 | (defcustom ispell-skip-tib nil | 322 | (defcustom ispell-skip-tib nil |
| 323 | "*Does not spell check `tib' bibliography references when non-nil. | 323 | "Does not spell check `tib' bibliography references when non-nil. |
| 324 | Skips any text between strings matching regular expressions | 324 | Skips any text between strings matching regular expressions |
| 325 | `ispell-tib-ref-beginning' and `ispell-tib-ref-end'. | 325 | `ispell-tib-ref-beginning' and `ispell-tib-ref-end'. |
| 326 | 326 | ||
| @@ -337,13 +337,13 @@ That includes the [.5mm] type of number..." | |||
| 337 | "Regexp matching the end of a Tib reference.") | 337 | "Regexp matching the end of a Tib reference.") |
| 338 | 338 | ||
| 339 | (defcustom ispell-keep-choices-win t | 339 | (defcustom ispell-keep-choices-win t |
| 340 | "*If non-nil, keep the `*Choices*' window for the entire spelling session. | 340 | "If non-nil, keep the `*Choices*' window for the entire spelling session. |
| 341 | This minimizes redisplay thrashing." | 341 | This minimizes redisplay thrashing." |
| 342 | :type 'boolean | 342 | :type 'boolean |
| 343 | :group 'ispell) | 343 | :group 'ispell) |
| 344 | 344 | ||
| 345 | (defcustom ispell-choices-win-default-height 2 | 345 | (defcustom ispell-choices-win-default-height 2 |
| 346 | "*The default size of the `*Choices*' window, including the mode line. | 346 | "The default size of the `*Choices*' window, including the mode line. |
| 347 | Must be greater than 1." | 347 | Must be greater than 1." |
| 348 | :type 'integer | 348 | :type 'integer |
| 349 | :group 'ispell) | 349 | :group 'ispell) |
| @@ -366,18 +366,18 @@ Must be greater than 1." | |||
| 366 | ((file-readable-p "/usr/share/lib/dict/words") | 366 | ((file-readable-p "/usr/share/lib/dict/words") |
| 367 | "/usr/share/lib/dict/words") | 367 | "/usr/share/lib/dict/words") |
| 368 | ((file-readable-p "/sys/dict") "/sys/dict")) | 368 | ((file-readable-p "/sys/dict") "/sys/dict")) |
| 369 | "*Alternate plain word-list dictionary for spelling help." | 369 | "Alternate plain word-list dictionary for spelling help." |
| 370 | :type '(choice file (const :tag "None" nil)) | 370 | :type '(choice file (const :tag "None" nil)) |
| 371 | :group 'ispell) | 371 | :group 'ispell) |
| 372 | 372 | ||
| 373 | (defcustom ispell-complete-word-dict nil | 373 | (defcustom ispell-complete-word-dict nil |
| 374 | "*Plain word-list dictionary used for word completion if | 374 | "Plain word-list dictionary used for word completion if |
| 375 | different from `ispell-alternate-dictionary'." | 375 | different from `ispell-alternate-dictionary'." |
| 376 | :type '(choice file (const :tag "None" nil)) | 376 | :type '(choice file (const :tag "None" nil)) |
| 377 | :group 'ispell) | 377 | :group 'ispell) |
| 378 | 378 | ||
| 379 | (defcustom ispell-message-dictionary-alist nil | 379 | (defcustom ispell-message-dictionary-alist nil |
| 380 | "*List used by `ispell-message' to select a new dictionary. | 380 | "List used by `ispell-message' to select a new dictionary. |
| 381 | It consists of pairs (REGEXP . DICTIONARY). If REGEXP is found | 381 | It consists of pairs (REGEXP . DICTIONARY). If REGEXP is found |
| 382 | in the message headers, `ispell-local-dictionary' will be set to | 382 | in the message headers, `ispell-local-dictionary' will be set to |
| 383 | DICTIONARY if `ispell-local-dictionary' is not buffer-local. | 383 | DICTIONARY if `ispell-local-dictionary' is not buffer-local. |
| @@ -389,7 +389,7 @@ E.g. you may use the following value: | |||
| 389 | 389 | ||
| 390 | 390 | ||
| 391 | (defcustom ispell-message-fcc-skip 50000 | 391 | (defcustom ispell-message-fcc-skip 50000 |
| 392 | "*Query before saving Fcc message copy if attachment larger than this value. | 392 | "Query before saving Fcc message copy if attachment larger than this value. |
| 393 | Always stores Fcc copy of message when nil." | 393 | Always stores Fcc copy of message when nil." |
| 394 | :type '(choice integer (const :tag "off" nil)) | 394 | :type '(choice integer (const :tag "off" nil)) |
| 395 | :group 'ispell) | 395 | :group 'ispell) |
| @@ -423,13 +423,13 @@ This must be an absolute file name." | |||
| 423 | :group 'ispell) | 423 | :group 'ispell) |
| 424 | 424 | ||
| 425 | (defcustom ispell-look-p (file-exists-p ispell-look-command) | 425 | (defcustom ispell-look-p (file-exists-p ispell-look-command) |
| 426 | "*Non-nil means use `look' rather than `grep'. | 426 | "Non-nil means use `look' rather than `grep'. |
| 427 | Default is based on whether `look' seems to be available." | 427 | Default is based on whether `look' seems to be available." |
| 428 | :type 'boolean | 428 | :type 'boolean |
| 429 | :group 'ispell) | 429 | :group 'ispell) |
| 430 | 430 | ||
| 431 | (defcustom ispell-have-new-look nil | 431 | (defcustom ispell-have-new-look nil |
| 432 | "*Non-nil means use the `-r' option (regexp) when running `look'." | 432 | "Non-nil means use the `-r' option (regexp) when running `look'." |
| 433 | :type 'boolean | 433 | :type 'boolean |
| 434 | :group 'ispell) | 434 | :group 'ispell) |
| 435 | 435 | ||
| @@ -445,13 +445,13 @@ When nil, Emacs uses pipes." | |||
| 445 | :group 'ispell) | 445 | :group 'ispell) |
| 446 | 446 | ||
| 447 | (defcustom ispell-following-word nil | 447 | (defcustom ispell-following-word nil |
| 448 | "*Non-nil means `ispell-word' checks the word around or after point. | 448 | "Non-nil means `ispell-word' checks the word around or after point. |
| 449 | Otherwise `ispell-word' checks the preceding word." | 449 | Otherwise `ispell-word' checks the preceding word." |
| 450 | :type 'boolean | 450 | :type 'boolean |
| 451 | :group 'ispell) | 451 | :group 'ispell) |
| 452 | 452 | ||
| 453 | (defcustom ispell-help-in-bufferp nil | 453 | (defcustom ispell-help-in-bufferp nil |
| 454 | "*Non-nil means display interactive keymap help in a buffer. | 454 | "Non-nil means display interactive keymap help in a buffer. |
| 455 | The following values are supported: | 455 | The following values are supported: |
| 456 | nil Expand the minibuffer and display a short help message | 456 | nil Expand the minibuffer and display a short help message |
| 457 | there for a couple of seconds. | 457 | there for a couple of seconds. |
| @@ -463,12 +463,12 @@ The following values are supported: | |||
| 463 | :group 'ispell) | 463 | :group 'ispell) |
| 464 | 464 | ||
| 465 | (defcustom ispell-quietly nil | 465 | (defcustom ispell-quietly nil |
| 466 | "*Non-nil means suppress messages in `ispell-word'." | 466 | "Non-nil means suppress messages in `ispell-word'." |
| 467 | :type 'boolean | 467 | :type 'boolean |
| 468 | :group 'ispell) | 468 | :group 'ispell) |
| 469 | 469 | ||
| 470 | (defcustom ispell-format-word-function (function upcase) | 470 | (defcustom ispell-format-word-function (function upcase) |
| 471 | "*Formatting function for displaying word being spell checked. | 471 | "Formatting function for displaying word being spell checked. |
| 472 | The function must take one string argument and return a string." | 472 | The function must take one string argument and return a string." |
| 473 | :type 'function | 473 | :type 'function |
| 474 | :group 'ispell) | 474 | :group 'ispell) |
| @@ -484,7 +484,7 @@ window system by evaluating the following on startup to set this variable: | |||
| 484 | 484 | ||
| 485 | ;;;###autoload | 485 | ;;;###autoload |
| 486 | (defcustom ispell-personal-dictionary nil | 486 | (defcustom ispell-personal-dictionary nil |
| 487 | "*File name of your personal spelling dictionary, or nil. | 487 | "File name of your personal spelling dictionary, or nil. |
| 488 | If nil, the default personal dictionary, (\"~/.ispell_DICTNAME\" for ispell or | 488 | If nil, the default personal dictionary, (\"~/.ispell_DICTNAME\" for ispell or |
| 489 | \"~/.aspell.LANG.pws\" for aspell) is used, where DICTNAME is the name of your | 489 | \"~/.aspell.LANG.pws\" for aspell) is used, where DICTNAME is the name of your |
| 490 | default dictionary and LANG the two letter language code." | 490 | default dictionary and LANG the two letter language code." |
| @@ -493,7 +493,7 @@ default dictionary and LANG the two letter language code." | |||
| 493 | :group 'ispell) | 493 | :group 'ispell) |
| 494 | 494 | ||
| 495 | (defcustom ispell-silently-savep nil | 495 | (defcustom ispell-silently-savep nil |
| 496 | "*When non-nil, save personal dictionary without asking for confirmation." | 496 | "When non-nil, save personal dictionary without asking for confirmation." |
| 497 | :type 'boolean | 497 | :type 'boolean |
| 498 | :group 'ispell) | 498 | :group 'ispell) |
| 499 | 499 | ||
| @@ -527,7 +527,7 @@ is automatically set when defined in the file with either | |||
| 527 | :group 'ispell) | 527 | :group 'ispell) |
| 528 | 528 | ||
| 529 | (defcustom ispell-extra-args nil | 529 | (defcustom ispell-extra-args nil |
| 530 | "*If non-nil, a list of extra switches to pass to the Ispell program. | 530 | "If non-nil, a list of extra switches to pass to the Ispell program. |
| 531 | For example, (\"-W\" \"3\") to cause it to accept all 1-3 character | 531 | For example, (\"-W\" \"3\") to cause it to accept all 1-3 character |
| 532 | words as correct. See also `ispell-dictionary-alist', which may be used | 532 | words as correct. See also `ispell-dictionary-alist', which may be used |
| 533 | for language-specific arguments." | 533 | for language-specific arguments." |
| @@ -537,7 +537,7 @@ for language-specific arguments." | |||
| 537 | 537 | ||
| 538 | 538 | ||
| 539 | (defcustom ispell-skip-html 'use-mode-name | 539 | (defcustom ispell-skip-html 'use-mode-name |
| 540 | "*Indicates whether ispell should skip spell checking of SGML markup. | 540 | "Indicates whether ispell should skip spell checking of SGML markup. |
| 541 | If t, always skip SGML markup; if nil, never skip; if non-t and non-nil, | 541 | If t, always skip SGML markup; if nil, never skip; if non-t and non-nil, |
| 542 | guess whether SGML markup should be skipped according to the name of the | 542 | guess whether SGML markup should be skipped according to the name of the |
| 543 | buffer's major mode." | 543 | buffer's major mode." |
| @@ -549,7 +549,7 @@ buffer's major mode." | |||
| 549 | 549 | ||
| 550 | 550 | ||
| 551 | (defcustom ispell-local-dictionary-alist nil | 551 | (defcustom ispell-local-dictionary-alist nil |
| 552 | "*List of local or customized dictionary definitions. | 552 | "List of local or customized dictionary definitions. |
| 553 | These can override the values in `ispell-dictionary-alist'. | 553 | These can override the values in `ispell-dictionary-alist'. |
| 554 | 554 | ||
| 555 | To make permanent changes to your dictionary definitions, you | 555 | To make permanent changes to your dictionary definitions, you |
| @@ -1470,7 +1470,7 @@ Valid forms include: | |||
| 1470 | ("list" ispell-tex-arg-end 2) | 1470 | ("list" ispell-tex-arg-end 2) |
| 1471 | ("program" . "\\\\end[ \t\n]*{[ \t\n]*program[ \t\n]*}") | 1471 | ("program" . "\\\\end[ \t\n]*{[ \t\n]*program[ \t\n]*}") |
| 1472 | ("verbatim\\*?" . "\\\\end[ \t\n]*{[ \t\n]*verbatim\\*?[ \t\n]*}")))) | 1472 | ("verbatim\\*?" . "\\\\end[ \t\n]*{[ \t\n]*verbatim\\*?[ \t\n]*}")))) |
| 1473 | "*Lists of regions to be skipped in TeX mode. | 1473 | "Lists of regions to be skipped in TeX mode. |
| 1474 | First list is used raw. | 1474 | First list is used raw. |
| 1475 | Second list has key placed inside \\begin{}. | 1475 | Second list has key placed inside \\begin{}. |
| 1476 | 1476 | ||
| @@ -1489,7 +1489,7 @@ for skipping in latex mode.") | |||
| 1489 | ("<[tT][tT]/" "/") | 1489 | ("<[tT][tT]/" "/") |
| 1490 | ("<[^ \t\n>]" ">") | 1490 | ("<[^ \t\n>]" ">") |
| 1491 | ("&[^ \t\n;]" "[; \t\n]")) | 1491 | ("&[^ \t\n;]" "[; \t\n]")) |
| 1492 | "*Lists of start and end keys to skip in HTML buffers. | 1492 | "Lists of start and end keys to skip in HTML buffers. |
| 1493 | Same format as `ispell-skip-region-alist'. | 1493 | Same format as `ispell-skip-region-alist'. |
| 1494 | Note - substrings of other matches must come last | 1494 | Note - substrings of other matches must come last |
| 1495 | (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").") | 1495 | (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").") |
| @@ -1513,7 +1513,7 @@ local variable syntax.") | |||
| 1513 | Ispell is then restarted because the local words could conflict.") | 1513 | Ispell is then restarted because the local words could conflict.") |
| 1514 | 1514 | ||
| 1515 | (defvar ispell-parser 'use-mode-name | 1515 | (defvar ispell-parser 'use-mode-name |
| 1516 | "*Indicates whether ispell should parse the current buffer as TeX Code. | 1516 | "Indicates whether ispell should parse the current buffer as TeX Code. |
| 1517 | Special value `use-mode-name' tries to guess using the name of `major-mode'. | 1517 | Special value `use-mode-name' tries to guess using the name of `major-mode'. |
| 1518 | Default parser is `nroff'. | 1518 | Default parser is `nroff'. |
| 1519 | Currently the only other valid parser is `tex'. | 1519 | Currently the only other valid parser is `tex'. |
| @@ -3530,7 +3530,7 @@ Don't read buffer-local settings or word lists." | |||
| 3530 | ;; Matches commonly used "cut" boundaries | 3530 | ;; Matches commonly used "cut" boundaries |
| 3531 | "^\\(- \\)?[-=_]+\\s ?\\(cut here\\|Environment Follows\\)") | 3531 | "^\\(- \\)?[-=_]+\\s ?\\(cut here\\|Environment Follows\\)") |
| 3532 | "\\|") | 3532 | "\\|") |
| 3533 | "*Text beyond which `ispell-message' will not spell-check. | 3533 | "Text beyond which `ispell-message' will not spell-check. |
| 3534 | If it is a string, limit is the first occurrence of that regular expression. | 3534 | If it is a string, limit is the first occurrence of that regular expression. |
| 3535 | Otherwise, it must be a function which is called to get the limit.") | 3535 | Otherwise, it must be a function which is called to get the limit.") |
| 3536 | (put 'ispell-message-text-end 'risky-local-variable t) | 3536 | (put 'ispell-message-text-end 'risky-local-variable t) |
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el index b473019643a..62fa68ca793 100644 --- a/lisp/textmodes/refbib.el +++ b/lisp/textmodes/refbib.el | |||
| @@ -64,7 +64,7 @@ | |||
| 64 | :group 'wp) | 64 | :group 'wp) |
| 65 | 65 | ||
| 66 | (defcustom r2b-trace-on nil | 66 | (defcustom r2b-trace-on nil |
| 67 | "*Non-nil means trace conversion." | 67 | "Non-nil means trace conversion." |
| 68 | :type 'boolean | 68 | :type 'boolean |
| 69 | :group 'refbib) | 69 | :group 'refbib) |
| 70 | 70 | ||
| @@ -128,7 +128,7 @@ in `r2b-proceedings-list' (although it wouldn't cause an error)." | |||
| 128 | This is in addition to the `r2b-capitalize-title-stop-words'.") | 128 | This is in addition to the `r2b-capitalize-title-stop-words'.") |
| 129 | 129 | ||
| 130 | (defcustom r2b-delimit-with-quote t | 130 | (defcustom r2b-delimit-with-quote t |
| 131 | "*If true, then use \" to delimit fields, otherwise use braces." | 131 | "If true, then use \" to delimit fields, otherwise use braces." |
| 132 | :type 'boolean | 132 | :type 'boolean |
| 133 | :group 'refbib) | 133 | :group 'refbib) |
| 134 | 134 | ||
| @@ -204,12 +204,12 @@ This is in addition to the `r2b-capitalize-title-stop-words'.") | |||
| 204 | (buffer-substring (match-beginning exp) (match-end exp))) | 204 | (buffer-substring (match-beginning exp) (match-end exp))) |
| 205 | 205 | ||
| 206 | (defcustom r2b-out-buf-name "*Out*" | 206 | (defcustom r2b-out-buf-name "*Out*" |
| 207 | "*Name of buffer for output from refer-to-bibtex." | 207 | "Name of buffer for output from refer-to-bibtex." |
| 208 | :type 'string | 208 | :type 'string |
| 209 | :group 'refbib) | 209 | :group 'refbib) |
| 210 | 210 | ||
| 211 | (defcustom r2b-log-name "*Log*" | 211 | (defcustom r2b-log-name "*Log*" |
| 212 | "*Name of buffer for logs errors from refer-to-bibtex." | 212 | "Name of buffer for logs errors from refer-to-bibtex." |
| 213 | :type 'string | 213 | :type 'string |
| 214 | :group 'refbib) | 214 | :group 'refbib) |
| 215 | 215 | ||
diff --git a/lisp/textmodes/reftex-dcr.el b/lisp/textmodes/reftex-dcr.el index ebda25ea932..b1e426c5566 100644 --- a/lisp/textmodes/reftex-dcr.el +++ b/lisp/textmodes/reftex-dcr.el | |||
| @@ -316,7 +316,7 @@ With argument, actually select the window showing the cross reference." | |||
| 316 | (run-hooks 'reftex-display-copied-context-hook))))) | 316 | (run-hooks 'reftex-display-copied-context-hook))))) |
| 317 | 317 | ||
| 318 | (defvar reftex-use-itimer-in-xemacs nil | 318 | (defvar reftex-use-itimer-in-xemacs nil |
| 319 | "*Non-nil means use the idle timers in XEmacs for crossref display. | 319 | "Non-nil means use the idle timers in XEmacs for crossref display. |
| 320 | Currently, idle timer restart is broken and we use the post-command-hook.") | 320 | Currently, idle timer restart is broken and we use the post-command-hook.") |
| 321 | 321 | ||
| 322 | (defun reftex-toggle-auto-view-crossref () | 322 | (defun reftex-toggle-auto-view-crossref () |
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 98135b7ce24..4c875a35b3e 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el | |||
| @@ -294,7 +294,7 @@ select the nearest entry with the correct new level." | |||
| 294 | (symbol :tag "function " my-level-func))))) | 294 | (symbol :tag "function " my-level-func))))) |
| 295 | 295 | ||
| 296 | (defcustom reftex-toc-max-level 100 | 296 | (defcustom reftex-toc-max-level 100 |
| 297 | "*The maximum level of toc entries which will be included in the TOC. | 297 | "The maximum level of toc entries which will be included in the TOC. |
| 298 | Section headings with a bigger level will be ignored. In RefTeX, chapters | 298 | Section headings with a bigger level will be ignored. In RefTeX, chapters |
| 299 | are level 1, sections are level 2 etc. | 299 | are level 1, sections are level 2 etc. |
| 300 | This variable can be changed from within the *toc* buffer with the `t' key." | 300 | This variable can be changed from within the *toc* buffer with the `t' key." |
| @@ -302,7 +302,7 @@ This variable can be changed from within the *toc* buffer with the `t' key." | |||
| 302 | :type 'integer) | 302 | :type 'integer) |
| 303 | 303 | ||
| 304 | (defcustom reftex-part-resets-chapter nil | 304 | (defcustom reftex-part-resets-chapter nil |
| 305 | "*Non-nil means, \\part is like any other sectioning command. | 305 | "Non-nil means, \\part is like any other sectioning command. |
| 306 | This means, part numbers will be included in the numbering of chapters, and | 306 | This means, part numbers will be included in the numbering of chapters, and |
| 307 | chapter counters will be reset for each part. | 307 | chapter counters will be reset for each part. |
| 308 | When nil (the default), parts are special, do not reset the chapter counter | 308 | When nil (the default), parts are special, do not reset the chapter counter |
| @@ -312,7 +312,7 @@ and also do not show up in chapter numbers." | |||
| 312 | 312 | ||
| 313 | 313 | ||
| 314 | (defcustom reftex-auto-recenter-toc 'frame | 314 | (defcustom reftex-auto-recenter-toc 'frame |
| 315 | "*Non-nil means, turn automatic recentering of *TOC* window on. | 315 | "Non-nil means, turn automatic recentering of *TOC* window on. |
| 316 | When active, the *TOC* window will always show the section you | 316 | When active, the *TOC* window will always show the section you |
| 317 | are currently working in. Recentering happens whenever Emacs is idle for | 317 | are currently working in. Recentering happens whenever Emacs is idle for |
| 318 | more than `reftex-idle-time' seconds. | 318 | more than `reftex-idle-time' seconds. |
| @@ -335,12 +335,12 @@ This feature can be turned on and off from the menu | |||
| 335 | (const :tag "in dedicated frame only" frame))) | 335 | (const :tag "in dedicated frame only" frame))) |
| 336 | 336 | ||
| 337 | (defcustom reftex-toc-split-windows-horizontally nil | 337 | (defcustom reftex-toc-split-windows-horizontally nil |
| 338 | "*Non-nil means, create TOC window by splitting window horizontally." | 338 | "Non-nil means, create TOC window by splitting window horizontally." |
| 339 | :group 'reftex-table-of-contents-browser | 339 | :group 'reftex-table-of-contents-browser |
| 340 | :type 'boolean) | 340 | :type 'boolean) |
| 341 | 341 | ||
| 342 | (defcustom reftex-toc-split-windows-fraction .3 | 342 | (defcustom reftex-toc-split-windows-fraction .3 |
| 343 | "*Fraction of the width or height of the frame to be used for TOC window. | 343 | "Fraction of the width or height of the frame to be used for TOC window. |
| 344 | See also `reftex-toc-split-windows-horizontally'." | 344 | See also `reftex-toc-split-windows-horizontally'." |
| 345 | :group 'reftex-table-of-contents-browser | 345 | :group 'reftex-table-of-contents-browser |
| 346 | :type 'number) | 346 | :type 'number) |
| @@ -349,7 +349,7 @@ See also `reftex-toc-split-windows-horizontally'." | |||
| 349 | "This variable is obsolete, use `reftex-toc-split-windows-fraction' instead.") | 349 | "This variable is obsolete, use `reftex-toc-split-windows-fraction' instead.") |
| 350 | 350 | ||
| 351 | (defcustom reftex-toc-keep-other-windows t | 351 | (defcustom reftex-toc-keep-other-windows t |
| 352 | "*Non-nil means, split the selected window to display the *toc* buffer. | 352 | "Non-nil means, split the selected window to display the *toc* buffer. |
| 353 | This helps to keep the window configuration, but makes the *toc* small. | 353 | This helps to keep the window configuration, but makes the *toc* small. |
| 354 | When nil, all other windows except the selected one will be deleted, so | 354 | When nil, all other windows except the selected one will be deleted, so |
| 355 | that the *toc* window fills half the frame." | 355 | that the *toc* window fills half the frame." |
| @@ -357,25 +357,25 @@ that the *toc* window fills half the frame." | |||
| 357 | :type 'boolean) | 357 | :type 'boolean) |
| 358 | 358 | ||
| 359 | (defcustom reftex-toc-include-file-boundaries nil | 359 | (defcustom reftex-toc-include-file-boundaries nil |
| 360 | "*Non-nil means, include file boundaries in *toc* buffer. | 360 | "Non-nil means, include file boundaries in *toc* buffer. |
| 361 | This flag can be toggled from within the *toc* buffer with the `F' key." | 361 | This flag can be toggled from within the *toc* buffer with the `F' key." |
| 362 | :group 'reftex-table-of-contents-browser | 362 | :group 'reftex-table-of-contents-browser |
| 363 | :type 'boolean) | 363 | :type 'boolean) |
| 364 | 364 | ||
| 365 | (defcustom reftex-toc-include-labels nil | 365 | (defcustom reftex-toc-include-labels nil |
| 366 | "*Non-nil means, include labels in *toc* buffer. | 366 | "Non-nil means, include labels in *toc* buffer. |
| 367 | This flag can be toggled from within the *toc* buffer with the `l' key." | 367 | This flag can be toggled from within the *toc* buffer with the `l' key." |
| 368 | :group 'reftex-table-of-contents-browser | 368 | :group 'reftex-table-of-contents-browser |
| 369 | :type 'boolean) | 369 | :type 'boolean) |
| 370 | 370 | ||
| 371 | (defcustom reftex-toc-include-index-entries nil | 371 | (defcustom reftex-toc-include-index-entries nil |
| 372 | "*Non-nil means, include index entries in *toc* buffer. | 372 | "Non-nil means, include index entries in *toc* buffer. |
| 373 | This flag can be toggled from within the *toc* buffer with the `i' key." | 373 | This flag can be toggled from within the *toc* buffer with the `i' key." |
| 374 | :group 'reftex-table-of-contents-browser | 374 | :group 'reftex-table-of-contents-browser |
| 375 | :type 'boolean) | 375 | :type 'boolean) |
| 376 | 376 | ||
| 377 | (defcustom reftex-toc-confirm-promotion 2 | 377 | (defcustom reftex-toc-confirm-promotion 2 |
| 378 | "*Non-nil means, promotion/demotion commands first prompt for confirmation. | 378 | "Non-nil means, promotion/demotion commands first prompt for confirmation. |
| 379 | When nil, the command is executed immediately. When this is an integer | 379 | When nil, the command is executed immediately. When this is an integer |
| 380 | N, ask for confirmation only if N or more section commands are going to be | 380 | N, ask for confirmation only if N or more section commands are going to be |
| 381 | changed." | 381 | changed." |
| @@ -386,21 +386,21 @@ changed." | |||
| 386 | (number :tag "When more than N sections" :value 2))) | 386 | (number :tag "When more than N sections" :value 2))) |
| 387 | 387 | ||
| 388 | (defcustom reftex-toc-include-context nil | 388 | (defcustom reftex-toc-include-context nil |
| 389 | "*Non-nil means, include context with labels in the *toc* buffer. | 389 | "Non-nil means, include context with labels in the *toc* buffer. |
| 390 | Context will only be shown when labels are visible as well. | 390 | Context will only be shown when labels are visible as well. |
| 391 | This flag can be toggled from within the *toc* buffer with the `c' key." | 391 | This flag can be toggled from within the *toc* buffer with the `c' key." |
| 392 | :group 'reftex-table-of-contents-browser | 392 | :group 'reftex-table-of-contents-browser |
| 393 | :type 'boolean) | 393 | :type 'boolean) |
| 394 | 394 | ||
| 395 | (defcustom reftex-toc-follow-mode nil | 395 | (defcustom reftex-toc-follow-mode nil |
| 396 | "*Non-nil means, point in *toc* buffer will cause other window to follow. | 396 | "Non-nil means, point in *toc* buffer will cause other window to follow. |
| 397 | The other window will show the corresponding part of the document. | 397 | The other window will show the corresponding part of the document. |
| 398 | This flag can be toggled from within the *toc* buffer with the `f' key." | 398 | This flag can be toggled from within the *toc* buffer with the `f' key." |
| 399 | :group 'reftex-table-of-contents-browser | 399 | :group 'reftex-table-of-contents-browser |
| 400 | :type 'boolean) | 400 | :type 'boolean) |
| 401 | 401 | ||
| 402 | (defcustom reftex-revisit-to-follow nil | 402 | (defcustom reftex-revisit-to-follow nil |
| 403 | "*Non-nil means, follow-mode will revisit files if necessary. | 403 | "Non-nil means, follow-mode will revisit files if necessary. |
| 404 | When nil, follow-mode will be suspended for stuff in unvisited files." | 404 | When nil, follow-mode will be suspended for stuff in unvisited files." |
| 405 | :group 'reftex-table-of-contents-browser | 405 | :group 'reftex-table-of-contents-browser |
| 406 | :group 'reftex-referencing-labels | 406 | :group 'reftex-referencing-labels |
| @@ -940,7 +940,7 @@ This is used to string together whole reference sets, like | |||
| 940 | :type '(repeat (cons (character) (string)))) | 940 | :type '(repeat (cons (character) (string)))) |
| 941 | 941 | ||
| 942 | (defcustom reftex-vref-is-default nil | 942 | (defcustom reftex-vref-is-default nil |
| 943 | "*Non-nil means, the varioref macro \\vref is used as default. | 943 | "Non-nil means, the varioref macro \\vref is used as default. |
| 944 | In the selection buffer, the `v' key toggles the reference macro between | 944 | In the selection buffer, the `v' key toggles the reference macro between |
| 945 | `\\ref' and `\\vref'. The value of this variable determines the default | 945 | `\\ref' and `\\vref'. The value of this variable determines the default |
| 946 | which is active when entering the selection process. | 946 | which is active when entering the selection process. |
| @@ -951,7 +951,7 @@ the label types for which it should be true." | |||
| 951 | ;;;###autoload(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 951 | ;;;###autoload(put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| 952 | 952 | ||
| 953 | (defcustom reftex-fref-is-default nil | 953 | (defcustom reftex-fref-is-default nil |
| 954 | "*Non-nil means, the fancyref macro \\fref is used as default. | 954 | "Non-nil means, the fancyref macro \\fref is used as default. |
| 955 | In the selection buffer, the `V' key toggles the reference macro between | 955 | In the selection buffer, the `V' key toggles the reference macro between |
| 956 | `\\ref', `\\fref' and `\\Fref'. The value of this variable determines | 956 | `\\ref', `\\fref' and `\\Fref'. The value of this variable determines |
| 957 | the default which is active when entering the selection process. | 957 | the default which is active when entering the selection process. |
| @@ -962,13 +962,13 @@ the label types for which it should be true." | |||
| 962 | ;;;###autoload(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 962 | ;;;###autoload(put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| 963 | 963 | ||
| 964 | (defcustom reftex-level-indent 2 | 964 | (defcustom reftex-level-indent 2 |
| 965 | "*Number of spaces to be used for indentation per section level." | 965 | "Number of spaces to be used for indentation per section level." |
| 966 | :group 'reftex-referencing-labels | 966 | :group 'reftex-referencing-labels |
| 967 | :type 'integer) | 967 | :type 'integer) |
| 968 | ;;;###autoload(put 'reftex-level-indent 'safe-local-variable 'integerp) | 968 | ;;;###autoload(put 'reftex-level-indent 'safe-local-variable 'integerp) |
| 969 | 969 | ||
| 970 | (defcustom reftex-guess-label-type t | 970 | (defcustom reftex-guess-label-type t |
| 971 | "*Non-nil means, `reftex-reference' will try to guess the label type. | 971 | "Non-nil means, `reftex-reference' will try to guess the label type. |
| 972 | To do that, RefTeX will look at the word before the cursor and compare it with | 972 | To do that, RefTeX will look at the word before the cursor and compare it with |
| 973 | the words given in `reftex-label-alist'. When it finds a match, RefTeX will | 973 | the words given in `reftex-label-alist'. When it finds a match, RefTeX will |
| 974 | immediately offer the correct label menu - otherwise it will prompt you for | 974 | immediately offer the correct label menu - otherwise it will prompt you for |
| @@ -1009,7 +1009,7 @@ string to insert into the buffer." | |||
| 1009 | 1009 | ||
| 1010 | (defvar reftex-bibfile-ignore-list nil) ; compatibility | 1010 | (defvar reftex-bibfile-ignore-list nil) ; compatibility |
| 1011 | (defcustom reftex-bibfile-ignore-regexps nil | 1011 | (defcustom reftex-bibfile-ignore-regexps nil |
| 1012 | "*List of regular expressions to exclude files in \\bibliography{..}. | 1012 | "List of regular expressions to exclude files in \\bibliography{..}. |
| 1013 | File names matched by these regexps will not be parsed by RefTeX. | 1013 | File names matched by these regexps will not be parsed by RefTeX. |
| 1014 | Intended for files which contain only `@string' macro definitions and the | 1014 | Intended for files which contain only `@string' macro definitions and the |
| 1015 | like, which are ignored by RefTeX anyway." | 1015 | like, which are ignored by RefTeX anyway." |
| @@ -1018,7 +1018,7 @@ like, which are ignored by RefTeX anyway." | |||
| 1018 | :type '(repeat (regexp))) | 1018 | :type '(repeat (regexp))) |
| 1019 | 1019 | ||
| 1020 | (defcustom reftex-default-bibliography nil | 1020 | (defcustom reftex-default-bibliography nil |
| 1021 | "*List of BibTeX database files which should be used if none are specified. | 1021 | "List of BibTeX database files which should be used if none are specified. |
| 1022 | When `reftex-citation' is called from a document which has neither a | 1022 | When `reftex-citation' is called from a document which has neither a |
| 1023 | `\\bibliography{..}' statement nor a `thebibliography' environment, | 1023 | `\\bibliography{..}' statement nor a `thebibliography' environment, |
| 1024 | RefTeX will scan these files instead. Intended for using `reftex-citation' | 1024 | RefTeX will scan these files instead. Intended for using `reftex-citation' |
| @@ -1028,7 +1028,7 @@ path." | |||
| 1028 | :type '(repeat (file))) | 1028 | :type '(repeat (file))) |
| 1029 | 1029 | ||
| 1030 | (defcustom reftex-sort-bibtex-matches 'reverse-year | 1030 | (defcustom reftex-sort-bibtex-matches 'reverse-year |
| 1031 | "*Sorting of the entries found in BibTeX databases by reftex-citation. | 1031 | "Sorting of the entries found in BibTeX databases by reftex-citation. |
| 1032 | Possible values: | 1032 | Possible values: |
| 1033 | nil Do not sort entries. | 1033 | nil Do not sort entries. |
| 1034 | 'author Sort entries by author name. | 1034 | 'author Sort entries by author name. |
| @@ -1041,7 +1041,7 @@ nil Do not sort entries. | |||
| 1041 | (const :tag "by year, reversed" reverse-year))) | 1041 | (const :tag "by year, reversed" reverse-year))) |
| 1042 | 1042 | ||
| 1043 | (defcustom reftex-cite-format 'default | 1043 | (defcustom reftex-cite-format 'default |
| 1044 | "*The format of citations to be inserted into the buffer. | 1044 | "The format of citations to be inserted into the buffer. |
| 1045 | It can be a string or an alist or a symbol. In the simplest case this | 1045 | It can be a string or an alist or a symbol. In the simplest case this |
| 1046 | is just the string \"\\cite{%l}\", which is also the default. See the | 1046 | is just the string \"\\cite{%l}\", which is also the default. See the |
| 1047 | definition of `reftex-cite-format-builtin' for more complex examples. | 1047 | definition of `reftex-cite-format-builtin' for more complex examples. |
| @@ -1105,7 +1105,7 @@ E.g.: (setq reftex-cite-format 'natbib)" | |||
| 1105 | (string :tag "Format string" ""))))) | 1105 | (string :tag "Format string" ""))))) |
| 1106 | 1106 | ||
| 1107 | (defcustom reftex-cite-prompt-optional-args 'maybe | 1107 | (defcustom reftex-cite-prompt-optional-args 'maybe |
| 1108 | "*Non-nil means, prompt for empty optional arguments in cite macros. | 1108 | "Non-nil means, prompt for empty optional arguments in cite macros. |
| 1109 | When an entry in `reftex-cite-format' ist given with square brackets to | 1109 | When an entry in `reftex-cite-format' ist given with square brackets to |
| 1110 | indicate optional arguments (for example \\cite[][]{%l}), RefTeX can | 1110 | indicate optional arguments (for example \\cite[][]{%l}), RefTeX can |
| 1111 | prompt for values. Possible values are: | 1111 | prompt for values. Possible values are: |
| @@ -1123,7 +1123,7 @@ the buffer. See `reftex-cite-cleanup-optional-args'." | |||
| 1123 | (const :tag "Never" nil))) | 1123 | (const :tag "Never" nil))) |
| 1124 | 1124 | ||
| 1125 | (defcustom reftex-cite-cleanup-optional-args t | 1125 | (defcustom reftex-cite-cleanup-optional-args t |
| 1126 | "*Non-nil means, remove unnecessary empty optional arguments in cite macros. | 1126 | "Non-nil means, remove unnecessary empty optional arguments in cite macros. |
| 1127 | The cite macros provided by some packages (for example | 1127 | The cite macros provided by some packages (for example |
| 1128 | natbib) allow specifying two optional arguments, one for a prefix to | 1128 | natbib) allow specifying two optional arguments, one for a prefix to |
| 1129 | the citation, and a second for a postfix. When only one optional | 1129 | the citation, and a second for a postfix. When only one optional |
| @@ -1141,7 +1141,7 @@ can be turned off." | |||
| 1141 | :type 'boolean) | 1141 | :type 'boolean) |
| 1142 | 1142 | ||
| 1143 | (defcustom reftex-comment-citations nil | 1143 | (defcustom reftex-comment-citations nil |
| 1144 | "*Non-nil means add a comment for each citation describing the full entry. | 1144 | "Non-nil means add a comment for each citation describing the full entry. |
| 1145 | The comment is formatted according to `reftex-cite-comment-format'." | 1145 | The comment is formatted according to `reftex-cite-comment-format'." |
| 1146 | :group 'reftex-citation-support | 1146 | :group 'reftex-citation-support |
| 1147 | :type 'boolean) | 1147 | :type 'boolean) |
| @@ -1195,7 +1195,7 @@ should return the string to insert into the buffer." | |||
| 1195 | :group 'reftex) | 1195 | :group 'reftex) |
| 1196 | 1196 | ||
| 1197 | (defcustom reftex-support-index t | 1197 | (defcustom reftex-support-index t |
| 1198 | "*Non-nil means, index entries are parsed as well. | 1198 | "Non-nil means, index entries are parsed as well. |
| 1199 | Index support is resource intensive and the internal structure holding the | 1199 | Index support is resource intensive and the internal structure holding the |
| 1200 | parsed information can become quite big. Therefore it can be turned off. | 1200 | parsed information can become quite big. Therefore it can be turned off. |
| 1201 | When this is nil and you execute a command which requires index support, | 1201 | When this is nil and you execute a command which requires index support, |
| @@ -1354,7 +1354,7 @@ has higher priority than this logical `or'." | |||
| 1354 | :type 'regexp) | 1354 | :type 'regexp) |
| 1355 | 1355 | ||
| 1356 | (defcustom reftex-index-phrases-search-whole-words t | 1356 | (defcustom reftex-index-phrases-search-whole-words t |
| 1357 | "*Non-nil means phrases search will look for whole words, not subwords. | 1357 | "Non-nil means phrases search will look for whole words, not subwords. |
| 1358 | This works by requiring word boundaries at the beginning and end of | 1358 | This works by requiring word boundaries at the beginning and end of |
| 1359 | the search string. When the search phrase already has a non-word-char | 1359 | the search string. When the search phrase already has a non-word-char |
| 1360 | at one of these points, no word boundary is required there." | 1360 | at one of these points, no word boundary is required there." |
| @@ -1362,7 +1362,7 @@ at one of these points, no word boundary is required there." | |||
| 1362 | :type 'boolean) | 1362 | :type 'boolean) |
| 1363 | 1363 | ||
| 1364 | (defcustom reftex-index-phrases-case-fold-search t | 1364 | (defcustom reftex-index-phrases-case-fold-search t |
| 1365 | "*Non-nil means, searching for index phrases will ignore case." | 1365 | "Non-nil means, searching for index phrases will ignore case." |
| 1366 | :group 'reftex-index-support | 1366 | :group 'reftex-index-support |
| 1367 | :type 'boolean) | 1367 | :type 'boolean) |
| 1368 | 1368 | ||
| @@ -1375,7 +1375,7 @@ If the function returns nil, the current match is skipped." | |||
| 1375 | (function))) | 1375 | (function))) |
| 1376 | 1376 | ||
| 1377 | (defcustom reftex-index-phrases-skip-indexed-matches nil | 1377 | (defcustom reftex-index-phrases-skip-indexed-matches nil |
| 1378 | "*Non-nil means, skip matches which appear to be indexed already. | 1378 | "Non-nil means, skip matches which appear to be indexed already. |
| 1379 | When doing global indexing from the phrases buffer, searches for some | 1379 | When doing global indexing from the phrases buffer, searches for some |
| 1380 | phrases may match at places where that phrase was already indexed. In | 1380 | phrases may match at places where that phrase was already indexed. In |
| 1381 | particular when indexing an already processed document again, this | 1381 | particular when indexing an already processed document again, this |
| @@ -1387,7 +1387,7 @@ be ignored." | |||
| 1387 | :type 'boolean) | 1387 | :type 'boolean) |
| 1388 | 1388 | ||
| 1389 | (defcustom reftex-index-phrases-wrap-long-lines nil | 1389 | (defcustom reftex-index-phrases-wrap-long-lines nil |
| 1390 | "*Non-nil means, when indexing from the phrases buffer, wrap lines. | 1390 | "Non-nil means, when indexing from the phrases buffer, wrap lines. |
| 1391 | Inserting indexing commands in a line makes the line longer - often | 1391 | Inserting indexing commands in a line makes the line longer - often |
| 1392 | so long that it does not fit onto the screen. When this variable is | 1392 | so long that it does not fit onto the screen. When this variable is |
| 1393 | non-nil, newlines will be added as necessary before and/or after the | 1393 | non-nil, newlines will be added as necessary before and/or after the |
| @@ -1397,7 +1397,7 @@ phrase and its index command will always end up on a single line." | |||
| 1397 | :type 'boolean) | 1397 | :type 'boolean) |
| 1398 | 1398 | ||
| 1399 | (defcustom reftex-index-phrases-sort-prefers-entry nil | 1399 | (defcustom reftex-index-phrases-sort-prefers-entry nil |
| 1400 | "*Non-nil means when sorting phrase lines, the explicit index entry is used. | 1400 | "Non-nil means when sorting phrase lines, the explicit index entry is used. |
| 1401 | Phrase lines in the phrases buffer contain a search phrase, and | 1401 | Phrase lines in the phrases buffer contain a search phrase, and |
| 1402 | sorting is normally based on these. Some phrase lines also have | 1402 | sorting is normally based on these. Some phrase lines also have |
| 1403 | an explicit index argument specified. When this variable is non-nil, | 1403 | an explicit index argument specified. When this variable is non-nil, |
| @@ -1406,7 +1406,7 @@ the index argument will be used for sorting." | |||
| 1406 | :type 'boolean) | 1406 | :type 'boolean) |
| 1407 | 1407 | ||
| 1408 | (defcustom reftex-index-phrases-sort-in-blocks t | 1408 | (defcustom reftex-index-phrases-sort-in-blocks t |
| 1409 | "*Non-nil means, empty and comment lines separate phrase buffer into blocks. | 1409 | "Non-nil means, empty and comment lines separate phrase buffer into blocks. |
| 1410 | Sorting will then preserve blocks, so that lines are re-arranged only | 1410 | Sorting will then preserve blocks, so that lines are re-arranged only |
| 1411 | within blocks." | 1411 | within blocks." |
| 1412 | :group 'reftex-index-support | 1412 | :group 'reftex-index-support |
| @@ -1425,13 +1425,13 @@ to that section." | |||
| 1425 | :type '(string :tag "Capital letters")) | 1425 | :type '(string :tag "Capital letters")) |
| 1426 | 1426 | ||
| 1427 | (defcustom reftex-index-include-context nil | 1427 | (defcustom reftex-index-include-context nil |
| 1428 | "*Non-nil means, display the index definition context in the index buffer. | 1428 | "Non-nil means, display the index definition context in the index buffer. |
| 1429 | This flag may also be toggled from the index buffer with the `c' key." | 1429 | This flag may also be toggled from the index buffer with the `c' key." |
| 1430 | :group 'reftex-index-support | 1430 | :group 'reftex-index-support |
| 1431 | :type 'boolean) | 1431 | :type 'boolean) |
| 1432 | 1432 | ||
| 1433 | (defcustom reftex-index-follow-mode nil | 1433 | (defcustom reftex-index-follow-mode nil |
| 1434 | "*Non-nil means, point in *Index* buffer will cause other window to follow. | 1434 | "Non-nil means, point in *Index* buffer will cause other window to follow. |
| 1435 | The other window will show the corresponding part of the document. | 1435 | The other window will show the corresponding part of the document. |
| 1436 | This flag can be toggled from within the *Index* buffer with the `f' key." | 1436 | This flag can be toggled from within the *Index* buffer with the `f' key." |
| 1437 | :group 'reftex-table-of-contents-browser | 1437 | :group 'reftex-table-of-contents-browser |
| @@ -1463,7 +1463,7 @@ which subgroup of the match should be highlighted." | |||
| 1463 | (integer :tag "Highlight Group")))) | 1463 | (integer :tag "Highlight Group")))) |
| 1464 | 1464 | ||
| 1465 | (defcustom reftex-auto-view-crossref t | 1465 | (defcustom reftex-auto-view-crossref t |
| 1466 | "*Non-nil means, initially turn automatic viewing of crossref info on. | 1466 | "Non-nil means, initially turn automatic viewing of crossref info on. |
| 1467 | Automatic viewing of crossref info normally uses the echo area. | 1467 | Automatic viewing of crossref info normally uses the echo area. |
| 1468 | Whenever point is idle for more than `reftex-idle-time' seconds on the | 1468 | Whenever point is idle for more than `reftex-idle-time' seconds on the |
| 1469 | argument of a \\ref or \\cite macro, and no other message is being | 1469 | argument of a \\ref or \\cite macro, and no other message is being |
| @@ -1478,20 +1478,20 @@ This feature can be turned on and off from the menu | |||
| 1478 | (const :tag "in Other Window" window))) | 1478 | (const :tag "in Other Window" window))) |
| 1479 | 1479 | ||
| 1480 | (defcustom reftex-idle-time 1.2 | 1480 | (defcustom reftex-idle-time 1.2 |
| 1481 | "*Time (secs) Emacs has to be idle before automatic crossref display is done. | 1481 | "Time (secs) Emacs has to be idle before automatic crossref display is done. |
| 1482 | Applies also to toc recentering." | 1482 | Applies also to toc recentering." |
| 1483 | :group 'reftex-viewing-cross-references | 1483 | :group 'reftex-viewing-cross-references |
| 1484 | :type 'number) | 1484 | :type 'number) |
| 1485 | 1485 | ||
| 1486 | (defcustom reftex-revisit-to-echo nil | 1486 | (defcustom reftex-revisit-to-echo nil |
| 1487 | "*Non-nil means, automatic citation display will revisit files if necessary. | 1487 | "Non-nil means, automatic citation display will revisit files if necessary. |
| 1488 | When nil, citation display in echo area will only be active for cached | 1488 | When nil, citation display in echo area will only be active for cached |
| 1489 | entries and for BibTeX database files with live associated buffers." | 1489 | entries and for BibTeX database files with live associated buffers." |
| 1490 | :group 'reftex-viewing-cross-references | 1490 | :group 'reftex-viewing-cross-references |
| 1491 | :type 'boolean) | 1491 | :type 'boolean) |
| 1492 | 1492 | ||
| 1493 | (defcustom reftex-cache-cite-echo t | 1493 | (defcustom reftex-cache-cite-echo t |
| 1494 | "*Non-nil means, the information displayed in the echo area for cite macros | 1494 | "Non-nil means, the information displayed in the echo area for cite macros |
| 1495 | is cached and even saved along with the parsing information. The cache | 1495 | is cached and even saved along with the parsing information. The cache |
| 1496 | survives document scans. In order to clear it, use M-x reftex-reset-mode." | 1496 | survives document scans. In order to clear it, use M-x reftex-reset-mode." |
| 1497 | :group 'reftex-viewing-cross-references | 1497 | :group 'reftex-viewing-cross-references |
| @@ -1511,7 +1511,7 @@ for X-Symbol, but may have other uses as well." | |||
| 1511 | :group 'reftex) | 1511 | :group 'reftex) |
| 1512 | 1512 | ||
| 1513 | (defcustom reftex-texpath-environment-variables '("TEXINPUTS") | 1513 | (defcustom reftex-texpath-environment-variables '("TEXINPUTS") |
| 1514 | "*List of specifications how to retrieve the search path for TeX files. | 1514 | "List of specifications how to retrieve the search path for TeX files. |
| 1515 | Several entries are possible. | 1515 | Several entries are possible. |
| 1516 | - If an element is the name of an environment variable, its content is used. | 1516 | - If an element is the name of an environment variable, its content is used. |
| 1517 | - If an element starts with an exclamation mark, it is used as a command | 1517 | - If an element starts with an exclamation mark, it is used as a command |
| @@ -1526,7 +1526,7 @@ See also `reftex-use-external-file-finders'." | |||
| 1526 | :type '(repeat (string :tag "Specification"))) | 1526 | :type '(repeat (string :tag "Specification"))) |
| 1527 | 1527 | ||
| 1528 | (defcustom reftex-bibpath-environment-variables '("BIBINPUTS" "TEXBIB") | 1528 | (defcustom reftex-bibpath-environment-variables '("BIBINPUTS" "TEXBIB") |
| 1529 | "*List of specifications how to retrieve search path for .bib database files. | 1529 | "List of specifications how to retrieve search path for .bib database files. |
| 1530 | Several entries are possible. | 1530 | Several entries are possible. |
| 1531 | - If an element is the name of an environment variable, its content is used. | 1531 | - If an element is the name of an environment variable, its content is used. |
| 1532 | - If an element starts with an exclamation mark, it is used as a command | 1532 | - If an element starts with an exclamation mark, it is used as a command |
| @@ -1543,7 +1543,7 @@ See also `reftex-use-external-file-finders'." | |||
| 1543 | 1543 | ||
| 1544 | (defcustom reftex-file-extensions '(("tex" . (".tex" ".ltx")) | 1544 | (defcustom reftex-file-extensions '(("tex" . (".tex" ".ltx")) |
| 1545 | ("bib" . (".bib"))) | 1545 | ("bib" . (".bib"))) |
| 1546 | "*Association list with file extensions for different file types. | 1546 | "Association list with file extensions for different file types. |
| 1547 | This is a list of items, each item is like: (TYPE . (DEF-EXT OTHER-EXT ...)) | 1547 | This is a list of items, each item is like: (TYPE . (DEF-EXT OTHER-EXT ...)) |
| 1548 | 1548 | ||
| 1549 | TYPE: File type like \"bib\" or \"tex\". | 1549 | TYPE: File type like \"bib\" or \"tex\". |
| @@ -1572,7 +1572,7 @@ Note that if you are using external file finders, this option has no effect." | |||
| 1572 | :type 'boolean) | 1572 | :type 'boolean) |
| 1573 | 1573 | ||
| 1574 | (defcustom reftex-search-unrecursed-path-first t | 1574 | (defcustom reftex-search-unrecursed-path-first t |
| 1575 | "*Non-nil means, search all specified directories before trying recursion. | 1575 | "Non-nil means, search all specified directories before trying recursion. |
| 1576 | Thus, in a path \".//:/tex/\", search first \"./\", then \"/tex/\" and then | 1576 | Thus, in a path \".//:/tex/\", search first \"./\", then \"/tex/\" and then |
| 1577 | all subdirectories of \"./\". If this option is nil, the subdirectories of | 1577 | all subdirectories of \"./\". If this option is nil, the subdirectories of |
| 1578 | \"./\" are searched before \"/tex/\". This is mainly for speed - most of the | 1578 | \"./\" are searched before \"/tex/\". This is mainly for speed - most of the |
| @@ -1583,7 +1583,7 @@ in wrong sequence." | |||
| 1583 | :type 'boolean) | 1583 | :type 'boolean) |
| 1584 | 1584 | ||
| 1585 | (defcustom reftex-use-external-file-finders nil | 1585 | (defcustom reftex-use-external-file-finders nil |
| 1586 | "*Non-nil means, use external programs to find files. | 1586 | "Non-nil means, use external programs to find files. |
| 1587 | Normally, RefTeX searches the paths given in the environment variables | 1587 | Normally, RefTeX searches the paths given in the environment variables |
| 1588 | TEXINPUTS and BIBINPUTS to find TeX files and BibTeX database files. | 1588 | TEXINPUTS and BIBINPUTS to find TeX files and BibTeX database files. |
| 1589 | With this option turned on, it calls an external program specified in the | 1589 | With this option turned on, it calls an external program specified in the |
| @@ -1595,7 +1595,7 @@ the variables `reftex-texpath-environment-variables' and | |||
| 1595 | 1595 | ||
| 1596 | (defcustom reftex-external-file-finders '(("tex" . "kpsewhich -format=.tex %f") | 1596 | (defcustom reftex-external-file-finders '(("tex" . "kpsewhich -format=.tex %f") |
| 1597 | ("bib" . "kpsewhich -format=.bib %f")) | 1597 | ("bib" . "kpsewhich -format=.bib %f")) |
| 1598 | "*Association list with external programs to call for finding files. | 1598 | "Association list with external programs to call for finding files. |
| 1599 | Each entry is a cons cell (TYPE . PROGRAM). | 1599 | Each entry is a cons cell (TYPE . PROGRAM). |
| 1600 | TYPE is either \"tex\" or \"bib\". PROGRAM is the external program to use with | 1600 | TYPE is either \"tex\" or \"bib\". PROGRAM is the external program to use with |
| 1601 | any arguments. %f will be replaced by the name of the file to be found. | 1601 | any arguments. %f will be replaced by the name of the file to be found. |
| @@ -1612,7 +1612,7 @@ Only relevant when `reftex-use-external-file-finders' is non-nil." | |||
| 1612 | :group 'reftex) | 1612 | :group 'reftex) |
| 1613 | 1613 | ||
| 1614 | (defcustom reftex-keep-temporary-buffers 1 | 1614 | (defcustom reftex-keep-temporary-buffers 1 |
| 1615 | "*Non-nil means, keep buffers created for parsing and lookup. | 1615 | "Non-nil means, keep buffers created for parsing and lookup. |
| 1616 | RefTeX sometimes needs to visit files related to the current document. | 1616 | RefTeX sometimes needs to visit files related to the current document. |
| 1617 | We distinguish files visited for | 1617 | We distinguish files visited for |
| 1618 | PARSING: Parts of a multifile document loaded when (re)-parsing the document. | 1618 | PARSING: Parts of a multifile document loaded when (re)-parsing the document. |
| @@ -1637,7 +1637,7 @@ upon the variable `reftex-initialize-temporary-buffers'." | |||
| 1637 | (const :tag "Keep lookup buffers only" 1))) | 1637 | (const :tag "Keep lookup buffers only" 1))) |
| 1638 | 1638 | ||
| 1639 | (defcustom reftex-initialize-temporary-buffers nil | 1639 | (defcustom reftex-initialize-temporary-buffers nil |
| 1640 | "*Non-nil means do initializations even when visiting file temporarily. | 1640 | "Non-nil means do initializations even when visiting file temporarily. |
| 1641 | When nil, RefTeX may turn off find-file hooks and other stuff to briefly | 1641 | When nil, RefTeX may turn off find-file hooks and other stuff to briefly |
| 1642 | visit a file. | 1642 | visit a file. |
| 1643 | When t, the full default initializations are done (find-file-hook etc.). | 1643 | When t, the full default initializations are done (find-file-hook etc.). |
| @@ -1651,14 +1651,14 @@ do a minimal initialization." | |||
| 1651 | (function-item)))) | 1651 | (function-item)))) |
| 1652 | 1652 | ||
| 1653 | (defcustom reftex-no-include-regexps '("\\.pstex_t\\'") | 1653 | (defcustom reftex-no-include-regexps '("\\.pstex_t\\'") |
| 1654 | "*List of regular expressions to exclude certain input files from parsing. | 1654 | "List of regular expressions to exclude certain input files from parsing. |
| 1655 | If the name of a file included via \\include or \\input is matched by any | 1655 | If the name of a file included via \\include or \\input is matched by any |
| 1656 | of the regular expressions in this list, that file is not parsed by RefTeX." | 1656 | of the regular expressions in this list, that file is not parsed by RefTeX." |
| 1657 | :group 'reftex-optimizations-for-large-documents | 1657 | :group 'reftex-optimizations-for-large-documents |
| 1658 | :type '(repeat (regexp))) | 1658 | :type '(repeat (regexp))) |
| 1659 | 1659 | ||
| 1660 | (defcustom reftex-enable-partial-scans nil | 1660 | (defcustom reftex-enable-partial-scans nil |
| 1661 | "*Non-nil means, re-parse only 1 file when asked to re-parse. | 1661 | "Non-nil means, re-parse only 1 file when asked to re-parse. |
| 1662 | Re-parsing is normally requested with a `C-u' prefix to many RefTeX commands, | 1662 | Re-parsing is normally requested with a `C-u' prefix to many RefTeX commands, |
| 1663 | or with the `r' key in menus. When this option is t in a multifile document, | 1663 | or with the `r' key in menus. When this option is t in a multifile document, |
| 1664 | we will only parse the current buffer, or the file associated with the label | 1664 | we will only parse the current buffer, or the file associated with the label |
| @@ -1669,7 +1669,7 @@ in menus." | |||
| 1669 | :type 'boolean) | 1669 | :type 'boolean) |
| 1670 | 1670 | ||
| 1671 | (defcustom reftex-allow-automatic-rescan t | 1671 | (defcustom reftex-allow-automatic-rescan t |
| 1672 | "*Non-nil means, RefTeX may rescan the document when this seems necessary. | 1672 | "Non-nil means, RefTeX may rescan the document when this seems necessary. |
| 1673 | Currently this applies only to rescanning after label insertion, when | 1673 | Currently this applies only to rescanning after label insertion, when |
| 1674 | the new label cannot be inserted correctly into the internal label | 1674 | the new label cannot be inserted correctly into the internal label |
| 1675 | list." | 1675 | list." |
| @@ -1677,7 +1677,7 @@ list." | |||
| 1677 | :type 'boolean) | 1677 | :type 'boolean) |
| 1678 | 1678 | ||
| 1679 | (defcustom reftex-save-parse-info nil | 1679 | (defcustom reftex-save-parse-info nil |
| 1680 | "*Non-nil means, save information gathered with parsing in a file. | 1680 | "Non-nil means, save information gathered with parsing in a file. |
| 1681 | The file MASTER.rel in the same directory as MASTER.tex is used to save the | 1681 | The file MASTER.rel in the same directory as MASTER.tex is used to save the |
| 1682 | information. When this variable is t, | 1682 | information. When this variable is t, |
| 1683 | - accessing the parsing information for the first time in an editing session | 1683 | - accessing the parsing information for the first time in an editing session |
| @@ -1688,13 +1688,13 @@ information. When this variable is t, | |||
| 1688 | :type 'boolean) | 1688 | :type 'boolean) |
| 1689 | 1689 | ||
| 1690 | (defcustom reftex-parse-file-extension ".rel" | 1690 | (defcustom reftex-parse-file-extension ".rel" |
| 1691 | "*File extension for the file in which parser information is stored. | 1691 | "File extension for the file in which parser information is stored. |
| 1692 | This extension is added to the base name of the master file." | 1692 | This extension is added to the base name of the master file." |
| 1693 | :group 'reftex-optimizations-for-large-documents | 1693 | :group 'reftex-optimizations-for-large-documents |
| 1694 | :type 'string) | 1694 | :type 'string) |
| 1695 | 1695 | ||
| 1696 | (defcustom reftex-use-multiple-selection-buffers nil | 1696 | (defcustom reftex-use-multiple-selection-buffers nil |
| 1697 | "*Non-nil means use a separate selection buffer for each label type. | 1697 | "Non-nil means use a separate selection buffer for each label type. |
| 1698 | These buffers are kept from one selection to the next and need not to be | 1698 | These buffers are kept from one selection to the next and need not to be |
| 1699 | created for each use - so the menu generally comes up faster. The | 1699 | created for each use - so the menu generally comes up faster. The |
| 1700 | selection buffers will be erased (and therefore updated) automatically | 1700 | selection buffers will be erased (and therefore updated) automatically |
| @@ -1705,7 +1705,7 @@ when new labels in its category are added. See the variable | |||
| 1705 | :type 'boolean) | 1705 | :type 'boolean) |
| 1706 | 1706 | ||
| 1707 | (defcustom reftex-auto-update-selection-buffers t | 1707 | (defcustom reftex-auto-update-selection-buffers t |
| 1708 | "*Non-nil means, selection buffers will be updated automatically. | 1708 | "Non-nil means, selection buffers will be updated automatically. |
| 1709 | When a new label is defined with `reftex-label', all selection buffers | 1709 | When a new label is defined with `reftex-label', all selection buffers |
| 1710 | associated with that label category are emptied, in order to force an | 1710 | associated with that label category are emptied, in order to force an |
| 1711 | update upon next use. When nil, the buffers are left alone and have to be | 1711 | update upon next use. When nil, the buffers are left alone and have to be |
| @@ -1724,14 +1724,14 @@ The value of this variable will only have any effect when | |||
| 1724 | :group 'reftex) | 1724 | :group 'reftex) |
| 1725 | 1725 | ||
| 1726 | (defcustom reftex-use-fonts t | 1726 | (defcustom reftex-use-fonts t |
| 1727 | "*Non-nil means, use fonts in *toc* and selection buffers. | 1727 | "Non-nil means, use fonts in *toc* and selection buffers. |
| 1728 | Font-lock must be loaded as well to actually get fontified display. | 1728 | Font-lock must be loaded as well to actually get fontified display. |
| 1729 | When changing this option, a rescan may be necessary to activate the change." | 1729 | When changing this option, a rescan may be necessary to activate the change." |
| 1730 | :group 'reftex-fontification-configurations | 1730 | :group 'reftex-fontification-configurations |
| 1731 | :type 'boolean) | 1731 | :type 'boolean) |
| 1732 | 1732 | ||
| 1733 | (defcustom reftex-refontify-context 1 | 1733 | (defcustom reftex-refontify-context 1 |
| 1734 | "*Non-nil means, re-fontify the context in the label menu with font-lock. | 1734 | "Non-nil means, re-fontify the context in the label menu with font-lock. |
| 1735 | This slightly slows down the creation of the label menu. It is only necessary | 1735 | This slightly slows down the creation of the label menu. It is only necessary |
| 1736 | when you definitely want the context fontified. | 1736 | when you definitely want the context fontified. |
| 1737 | 1737 | ||
| @@ -1748,7 +1748,7 @@ The option is ignored when `reftex-use-fonts' is nil." | |||
| 1748 | (const :tag "When necessary" 1))) | 1748 | (const :tag "When necessary" 1))) |
| 1749 | 1749 | ||
| 1750 | (defcustom reftex-highlight-selection 'cursor | 1750 | (defcustom reftex-highlight-selection 'cursor |
| 1751 | "*Non-nil mean, highlight selected text in selection and *toc* buffers. | 1751 | "Non-nil mean, highlight selected text in selection and *toc* buffers. |
| 1752 | Normally, the text near the cursor is the selected text, and it is | 1752 | Normally, the text near the cursor is the selected text, and it is |
| 1753 | highlighted. This is the entry most keys in the selection and *toc* | 1753 | highlighted. This is the entry most keys in the selection and *toc* |
| 1754 | buffers act on. However, if you mainly use the mouse to select an | 1754 | buffers act on. However, if you mainly use the mouse to select an |
| @@ -1861,7 +1861,7 @@ bindings with this prefix bound to `reftex-extra-bindings-map'." | |||
| 1861 | :type 'boolean) | 1861 | :type 'boolean) |
| 1862 | 1862 | ||
| 1863 | (defcustom reftex-plug-into-AUCTeX nil | 1863 | (defcustom reftex-plug-into-AUCTeX nil |
| 1864 | "*Plug-in flags for AUCTeX interface. | 1864 | "Plug-in flags for AUCTeX interface. |
| 1865 | This variable is a list of 4 boolean flags. When a flag is non-nil, | 1865 | This variable is a list of 4 boolean flags. When a flag is non-nil, |
| 1866 | RefTeX will | 1866 | RefTeX will |
| 1867 | 1867 | ||
| @@ -1896,7 +1896,7 @@ may require a restart of Emacs in order to become effective." | |||
| 1896 | ))) | 1896 | ))) |
| 1897 | 1897 | ||
| 1898 | (defcustom reftex-allow-detached-macro-args nil | 1898 | (defcustom reftex-allow-detached-macro-args nil |
| 1899 | "*Non-nil means, allow arguments of macros to be detached by whitespace. | 1899 | "Non-nil means, allow arguments of macros to be detached by whitespace. |
| 1900 | When this is t, `aaa' will be considered as argument of \\bb in the following | 1900 | When this is t, `aaa' will be considered as argument of \\bb in the following |
| 1901 | construct: \\bbb [xxx] {aaa}." | 1901 | construct: \\bbb [xxx] {aaa}." |
| 1902 | :group 'reftex-miscellaneous-configurations | 1902 | :group 'reftex-miscellaneous-configurations |
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 09f6b6b7cf2..46ba2cf8599 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -292,7 +292,7 @@ Any terminating `>' or `/' is not matched.") | |||
| 292 | ;; for font-lock, but must be defvar'ed after | 292 | ;; for font-lock, but must be defvar'ed after |
| 293 | ;; sgml-font-lock-keywords-1 and sgml-font-lock-keywords-2 above | 293 | ;; sgml-font-lock-keywords-1 and sgml-font-lock-keywords-2 above |
| 294 | (defvar sgml-font-lock-keywords sgml-font-lock-keywords-1 | 294 | (defvar sgml-font-lock-keywords sgml-font-lock-keywords-1 |
| 295 | "*Rules for highlighting SGML code. See also `sgml-tag-face-alist'.") | 295 | "Rules for highlighting SGML code. See also `sgml-tag-face-alist'.") |
| 296 | 296 | ||
| 297 | (defconst sgml-syntax-propertize-function | 297 | (defconst sgml-syntax-propertize-function |
| 298 | (syntax-propertize-rules | 298 | (syntax-propertize-rules |
| @@ -1843,7 +1843,7 @@ This takes effect when first loading the library.") | |||
| 1843 | ("u") | 1843 | ("u") |
| 1844 | ("var") | 1844 | ("var") |
| 1845 | ("wbr" t))) | 1845 | ("wbr" t))) |
| 1846 | "*Value of `sgml-tag-alist' for HTML mode.") | 1846 | "Value of `sgml-tag-alist' for HTML mode.") |
| 1847 | 1847 | ||
| 1848 | (defvar html-tag-help | 1848 | (defvar html-tag-help |
| 1849 | `(,@sgml-tag-help | 1849 | `(,@sgml-tag-help |
| @@ -1936,7 +1936,7 @@ This takes effect when first loading the library.") | |||
| 1936 | ("ul" . "Unordered list") | 1936 | ("ul" . "Unordered list") |
| 1937 | ("var" . "Math variable face") | 1937 | ("var" . "Math variable face") |
| 1938 | ("wbr" . "Enable <br> within <nobr>")) | 1938 | ("wbr" . "Enable <br> within <nobr>")) |
| 1939 | "*Value of `sgml-tag-help' for HTML mode.") | 1939 | "Value of `sgml-tag-help' for HTML mode.") |
| 1940 | 1940 | ||
| 1941 | 1941 | ||
| 1942 | ;;;###autoload | 1942 | ;;;###autoload |
| @@ -2010,7 +2010,7 @@ To work around that, do: | |||
| 2010 | 2010 | ||
| 2011 | (defvar html-imenu-regexp | 2011 | (defvar html-imenu-regexp |
| 2012 | "\\s-*<h\\([1-9]\\)[^\n<>]*>\\(<[^\n<>]*>\\)*\\s-*\\([^\n<>]*\\)" | 2012 | "\\s-*<h\\([1-9]\\)[^\n<>]*>\\(<[^\n<>]*>\\)*\\s-*\\([^\n<>]*\\)" |
| 2013 | "*A regular expression matching a head line to be added to the menu. | 2013 | "A regular expression matching a head line to be added to the menu. |
| 2014 | The first `match-string' should be a number from 1-9. | 2014 | The first `match-string' should be a number from 1-9. |
| 2015 | The second `match-string' matches extra tags and is ignored. | 2015 | The second `match-string' matches extra tags and is ignored. |
| 2016 | The third `match-string' will be the used in the menu.") | 2016 | The third `match-string' will be the used in the menu.") |
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index e98d78ad439..0463ac52b1e 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -844,7 +844,7 @@ simply by any key input." | |||
| 844 | (defvar table-disable-menu (null (and (locate-library "easymenu") | 844 | (defvar table-disable-menu (null (and (locate-library "easymenu") |
| 845 | (require 'easymenu) | 845 | (require 'easymenu) |
| 846 | (fboundp 'easy-menu-add-item))) | 846 | (fboundp 'easy-menu-add-item))) |
| 847 | "*When non-nil, use of menu by table package is disabled. | 847 | "When non-nil, use of menu by table package is disabled. |
| 848 | It must be set before loading this package `table.el' for the first | 848 | It must be set before loading this package `table.el' for the first |
| 849 | time.") | 849 | time.") |
| 850 | 850 | ||
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index c5cad045c3f..9472d7df879 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -265,7 +265,7 @@ Deleted when the \\[tex-region] or \\[tex-buffer] is next run, or when the | |||
| 265 | tex shell terminates.") | 265 | tex shell terminates.") |
| 266 | 266 | ||
| 267 | (defvar tex-command "tex" | 267 | (defvar tex-command "tex" |
| 268 | "*Command to run TeX. | 268 | "Command to run TeX. |
| 269 | If this string contains an asterisk \(`*'\), that is replaced by the file name; | 269 | If this string contains an asterisk \(`*'\), that is replaced by the file name; |
| 270 | otherwise the value of `tex-start-options', the \(shell-quoted\) | 270 | otherwise the value of `tex-start-options', the \(shell-quoted\) |
| 271 | value of `tex-start-commands', and the file name are added at the end | 271 | value of `tex-start-commands', and the file name are added at the end |
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 3ec59ebcd3e..d318a97d377 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -93,7 +93,7 @@ If optional argument HERE is non-nil, insert info at point." | |||
| 93 | (@unnumberedsubsubsec . @unnumberedsubsec) | 93 | (@unnumberedsubsubsec . @unnumberedsubsec) |
| 94 | (@subsubheading . @subheading) | 94 | (@subsubheading . @subheading) |
| 95 | (@appendixsubsubsec . @appendixsubsec)) | 95 | (@appendixsubsubsec . @appendixsubsec)) |
| 96 | "*An alist of next higher levels for chapters, sections, etc... | 96 | "An alist of next higher levels for chapters, sections, etc... |
| 97 | For example, section to chapter, subsection to section. | 97 | For example, section to chapter, subsection to section. |
| 98 | Used by `texinfo-raise-lower-sections'. | 98 | Used by `texinfo-raise-lower-sections'. |
| 99 | The keys specify types of section; the values correspond to the next | 99 | The keys specify types of section; the values correspond to the next |
| @@ -121,7 +121,7 @@ higher types.") | |||
| 121 | (@unnumberedsubsubsec . @unnumberedsubsubsec) | 121 | (@unnumberedsubsubsec . @unnumberedsubsubsec) |
| 122 | (@subsubheading . @subsubheading) | 122 | (@subsubheading . @subsubheading) |
| 123 | (@appendixsubsubsec . @appendixsubsubsec)) | 123 | (@appendixsubsubsec . @appendixsubsubsec)) |
| 124 | "*An alist of next lower levels for chapters, sections, etc... | 124 | "An alist of next lower levels for chapters, sections, etc... |
| 125 | For example, chapter to section, section to subsection. | 125 | For example, chapter to section, section to subsection. |
| 126 | Used by `texinfo-raise-lower-sections'. | 126 | Used by `texinfo-raise-lower-sections'. |
| 127 | The keys specify types of section; the values correspond to the next | 127 | The keys specify types of section; the values correspond to the next |
| @@ -174,7 +174,7 @@ and don't split the file if large. You can use `Info-tagify' and | |||
| 174 | "done. Now save it." "done."))))) | 174 | "done. Now save it." "done."))))) |
| 175 | 175 | ||
| 176 | (defvar texinfo-region-buffer-name "*Info Region*" | 176 | (defvar texinfo-region-buffer-name "*Info Region*" |
| 177 | "*Name of the temporary buffer used by \\[texinfo-format-region].") | 177 | "Name of the temporary buffer used by \\[texinfo-format-region].") |
| 178 | 178 | ||
| 179 | (defvar texinfo-pre-format-hook nil | 179 | (defvar texinfo-pre-format-hook nil |
| 180 | "Hook called before the conversion of the Texinfo file to Info format. | 180 | "Hook called before the conversion of the Texinfo file to Info format. |
| @@ -1918,7 +1918,7 @@ Used by @refill indenting command to avoid indenting within lists, etc.") | |||
| 1918 | ;; Texinfo commands. | 1918 | ;; Texinfo commands. |
| 1919 | 1919 | ||
| 1920 | (defvar texinfo-extra-inter-column-width 0 | 1920 | (defvar texinfo-extra-inter-column-width 0 |
| 1921 | "*Number of extra spaces between entries (columns) in @multitable.") | 1921 | "Number of extra spaces between entries (columns) in @multitable.") |
| 1922 | 1922 | ||
| 1923 | (defvar texinfo-multitable-buffer-name "*multitable-temporary-buffer*") | 1923 | (defvar texinfo-multitable-buffer-name "*multitable-temporary-buffer*") |
| 1924 | (defvar texinfo-multitable-rectangle-name "texinfo-multitable-temp-") | 1924 | (defvar texinfo-multitable-rectangle-name "texinfo-multitable-temp-") |
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index 83ef834257a..70aa17cea6b 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -203,7 +203,7 @@ It comes after the chapter-level menu entries.") | |||
| 203 | (3 . (concat "\\(^@\\)\\(" texinfo-section-level-regexp "\\)\\>[ \t]*")) | 203 | (3 . (concat "\\(^@\\)\\(" texinfo-section-level-regexp "\\)\\>[ \t]*")) |
| 204 | (4 . (concat "\\(^@\\)\\(" texinfo-subsection-level-regexp "\\)\\>[ \t]+")) | 204 | (4 . (concat "\\(^@\\)\\(" texinfo-subsection-level-regexp "\\)\\>[ \t]+")) |
| 205 | (5 . (concat "\\(^@\\)\\(" texinfo-subsubsection-level-regexp "\\)\\>[ \t]+"))) | 205 | (5 . (concat "\\(^@\\)\\(" texinfo-subsubsection-level-regexp "\\)\\>[ \t]+"))) |
| 206 | "*Regexps for searching for same level sections in a Texinfo file. | 206 | "Regexps for searching for same level sections in a Texinfo file. |
| 207 | The keys are strings specifying the general hierarchical level in the | 207 | The keys are strings specifying the general hierarchical level in the |
| 208 | document; the values are regular expressions.") | 208 | document; the values are regular expressions.") |
| 209 | 209 | ||
| @@ -231,7 +231,7 @@ document; the values are regular expressions.") | |||
| 231 | "\\|" | 231 | "\\|" |
| 232 | texinfo-chapter-level-regexp | 232 | texinfo-chapter-level-regexp |
| 233 | "\\)\\>[ \t]*\\)"))) | 233 | "\\)\\>[ \t]*\\)"))) |
| 234 | "*Regexps for searching for higher level sections in a Texinfo file. | 234 | "Regexps for searching for higher level sections in a Texinfo file. |
| 235 | The keys are strings specifying the general hierarchical level in the | 235 | The keys are strings specifying the general hierarchical level in the |
| 236 | document; the values are regular expressions.") | 236 | document; the values are regular expressions.") |
| 237 | 237 | ||
| @@ -270,7 +270,7 @@ document; the values are regular expressions.") | |||
| 270 | "\\)\\>[ \t]+\\)")) | 270 | "\\)\\>[ \t]+\\)")) |
| 271 | ;; There's nothing below 5, use a bogus regexp that can't match. | 271 | ;; There's nothing below 5, use a bogus regexp that can't match. |
| 272 | (5 . "a\\(^\\)")) | 272 | (5 . "a\\(^\\)")) |
| 273 | "*Regexps for searching for lower level sections in a Texinfo file. | 273 | "Regexps for searching for lower level sections in a Texinfo file. |
| 274 | The keys are strings specifying the general hierarchical level in the | 274 | The keys are strings specifying the general hierarchical level in the |
| 275 | document; the values are regular expressions.") | 275 | document; the values are regular expressions.") |
| 276 | 276 | ||
| @@ -682,7 +682,7 @@ node within the section." | |||
| 682 | 682 | ||
| 683 | ;; try 32, but perhaps 24 is better | 683 | ;; try 32, but perhaps 24 is better |
| 684 | (defvar texinfo-column-for-description 32 | 684 | (defvar texinfo-column-for-description 32 |
| 685 | "*Column at which descriptions start in a Texinfo menu.") | 685 | "Column at which descriptions start in a Texinfo menu.") |
| 686 | 686 | ||
| 687 | (defun texinfo-insert-menu (menu-list node-name) | 687 | (defun texinfo-insert-menu (menu-list node-name) |
| 688 | "Insert formatted menu at point. | 688 | "Insert formatted menu at point. |