diff options
| author | Pavel Janík | 2001-12-20 18:59:32 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-20 18:59:32 +0000 |
| commit | 0ff9b955fe8d8032f5c139dcc86990f0177b646f (patch) | |
| tree | ca703702f9fd7d7a9a15f77cb5cdc28c5767bdc2 | |
| parent | 3c08498acc0ad4b82ffa5e13b87f098cdb5fcda8 (diff) | |
| download | emacs-0ff9b955fe8d8032f5c139dcc86990f0177b646f.tar.gz emacs-0ff9b955fe8d8032f5c139dcc86990f0177b646f.zip | |
Doc fixes.
| -rw-r--r-- | lisp/calc/calc.el | 78 | ||||
| -rw-r--r-- | lisp/cmuscheme.el | 4 | ||||
| -rw-r--r-- | lisp/comint.el | 14 | ||||
| -rw-r--r-- | lisp/completion.el | 8 | ||||
| -rw-r--r-- | lisp/dired-aux.el | 4 | ||||
| -rw-r--r-- | lisp/ediff-init.el | 4 | ||||
| -rw-r--r-- | lisp/foldout.el | 6 | ||||
| -rw-r--r-- | lisp/gnus/imap.el | 12 | ||||
| -rw-r--r-- | lisp/hippie-exp.el | 4 | ||||
| -rw-r--r-- | lisp/mail/footnote.el | 4 | ||||
| -rw-r--r-- | lisp/mail/mh-comp.el | 8 | ||||
| -rw-r--r-- | lisp/mail/mh-e.el | 12 | ||||
| -rw-r--r-- | lisp/mail/mh-utils.el | 12 | ||||
| -rw-r--r-- | lisp/obsolete/cplus-md.el | 4 | ||||
| -rw-r--r-- | lisp/obsolete/hilit19.el | 12 | ||||
| -rw-r--r-- | lisp/pcvs-defs.el | 6 | ||||
| -rw-r--r-- | lisp/pcvs-util.el | 4 | ||||
| -rw-r--r-- | lisp/play/gomoku.el | 6 | ||||
| -rw-r--r-- | lisp/progmodes/ebrowse.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/idlwave.el | 6 | ||||
| -rw-r--r-- | lisp/progmodes/inf-lisp.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/octave-mod.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/vhdl-mode.el | 4 | ||||
| -rw-r--r-- | lisp/recentf.el | 4 | ||||
| -rw-r--r-- | lisp/tempo.el | 24 | ||||
| -rw-r--r-- | lisp/term.el | 6 | ||||
| -rw-r--r-- | lisp/textmodes/scribe.el | 10 | ||||
| -rw-r--r-- | lisp/vc.el | 6 |
28 files changed, 137 insertions, 137 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 4d7a11955b0..7646a8c25ec 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el | |||
| @@ -239,8 +239,8 @@ This can safely be nil as long as the Calc files are on the load-path.") | |||
| 239 | ;; Address of the author of Calc, for use by report-calc-bug. | 239 | ;; Address of the author of Calc, for use by report-calc-bug. |
| 240 | (defvar calc-bug-address "walters@debian.org") | 240 | (defvar calc-bug-address "walters@debian.org") |
| 241 | 241 | ||
| 242 | ;; If T, scan keymaps to find all DEL-like keys. | 242 | ;; If t, scan keymaps to find all DEL-like keys. |
| 243 | ;; If NIL, only DEL itself is mapped to calc-pop. | 243 | ;; if nil, only DEL itself is mapped to calc-pop. |
| 244 | (defvar calc-scan-for-dels t) | 244 | (defvar calc-scan-for-dels t) |
| 245 | 245 | ||
| 246 | (defvar calc-extensions-loaded nil) | 246 | (defvar calc-extensions-loaded nil) |
| @@ -253,16 +253,16 @@ This can safely be nil as long as the Calc files are on the load-path.") | |||
| 253 | ;; This is 1 unless calc-truncate-stack has been used. | 253 | ;; This is 1 unless calc-truncate-stack has been used. |
| 254 | ;;(defvar calc-stack-top 1) | 254 | ;;(defvar calc-stack-top 1) |
| 255 | 255 | ||
| 256 | ;; If non-NIL, load the calc-ext module automatically when calc is loaded. | 256 | ;; If non-nil, load the calc-ext module automatically when calc is loaded. |
| 257 | ;;(defvar calc-always-load-extensions nil) | 257 | ;;(defvar calc-always-load-extensions nil) |
| 258 | 258 | ||
| 259 | ;; If non-NIL, display line numbers in Calculator stack. | 259 | ;; If non-nil, display line numbers in Calculator stack. |
| 260 | ;;(defvar calc-line-numbering t) | 260 | ;;(defvar calc-line-numbering t) |
| 261 | 261 | ||
| 262 | ;; If non-NIL, break long values across multiple lines in Calculator stack. | 262 | ;; If non-nil, break long values across multiple lines in Calculator stack. |
| 263 | ;;(defvar calc-line-breaking t) | 263 | ;;(defvar calc-line-breaking t) |
| 264 | 264 | ||
| 265 | ;; If NIL, stack display is left-justified. | 265 | ;; If nil, stack display is left-justified. |
| 266 | ;; If 'right, stack display is right-justified. | 266 | ;; If 'right, stack display is right-justified. |
| 267 | ;; If 'center, stack display is centered." | 267 | ;; If 'center, stack display is centered." |
| 268 | ;;(defvar calc-display-just nil) | 268 | ;;(defvar calc-display-just nil) |
| @@ -276,10 +276,10 @@ This can safely be nil as long as the Calc files are on the load-path.") | |||
| 276 | ;; Radix for entry and display of numbers in calc-mode, 2-36. | 276 | ;; Radix for entry and display of numbers in calc-mode, 2-36. |
| 277 | ;;(defvar calc-number-radix 10) | 277 | ;;(defvar calc-number-radix 10) |
| 278 | 278 | ||
| 279 | ;; If non-NIL, leading zeros are provided to pad integers to calc-word-size. | 279 | ;; If non-nil, leading zeros are provided to pad integers to calc-word-size. |
| 280 | ;;(defvar calc-leading-zeros nil) | 280 | ;;(defvar calc-leading-zeros nil) |
| 281 | 281 | ||
| 282 | ;; If non-NIL, group digits in large displayed integers by inserting spaces. | 282 | ;; If non-nil, group digits in large displayed integers by inserting spaces. |
| 283 | ;; If an integer, group that many digits at a time. | 283 | ;; If an integer, group that many digits at a time. |
| 284 | ;; If 't', use 4 for binary and hex, 3 otherwise. | 284 | ;; If 't', use 4 for binary and hex, 3 otherwise. |
| 285 | ;;(defvar calc-group-digits nil) | 285 | ;;(defvar calc-group-digits nil) |
| @@ -294,7 +294,7 @@ This can safely be nil as long as the Calc files are on the load-path.") | |||
| 294 | ;; Format of displayed fractions; a string of one or two of ":" or "/". | 294 | ;; Format of displayed fractions; a string of one or two of ":" or "/". |
| 295 | ;;(defvar calc-frac-format '(":" nil)) | 295 | ;;(defvar calc-frac-format '(":" nil)) |
| 296 | 296 | ||
| 297 | ;; If non-NIL, prefer fractional over floating-point results. | 297 | ;; If non-nil, prefer fractional over floating-point results. |
| 298 | ;;(defvar calc-prefer-frac nil) | 298 | ;;(defvar calc-prefer-frac nil) |
| 299 | 299 | ||
| 300 | ;; Format of displayed hours-minutes-seconds angles, a format string. | 300 | ;; Format of displayed hours-minutes-seconds angles, a format string. |
| @@ -330,32 +330,32 @@ This can safely be nil as long as the Calc files are on the load-path.") | |||
| 330 | ;; Preferred form, either 'cplx or 'polar, for complex numbers. | 330 | ;; Preferred form, either 'cplx or 'polar, for complex numbers. |
| 331 | ;;(defvar calc-complex-mode 'cplx) | 331 | ;;(defvar calc-complex-mode 'cplx) |
| 332 | 332 | ||
| 333 | ;; If NIL, 1 / 0 is left unsimplified. | 333 | ;; If nil, 1 / 0 is left unsimplified. |
| 334 | ;; If 0, 1 / 0 is changed to inf (zeros are considered positive). | 334 | ;; If 0, 1 / 0 is changed to inf (zeros are considered positive). |
| 335 | ;; Otherwise, 1 / 0 is changed to uinf (undirected infinity). | 335 | ;; Otherwise, 1 / 0 is changed to uinf (undirected infinity). |
| 336 | ;;(defvar calc-infinite-mode nil) | 336 | ;;(defvar calc-infinite-mode nil) |
| 337 | 337 | ||
| 338 | ;; If non-NIL, display vectors of byte-sized integers as strings. | 338 | ;; If non-nil, display vectors of byte-sized integers as strings. |
| 339 | ;;(defvar calc-display-strings nil) | 339 | ;;(defvar calc-display-strings nil) |
| 340 | 340 | ||
| 341 | ;; If NIL, vector elements are left-justified. | 341 | ;; If nil, vector elements are left-justified. |
| 342 | ;; If 'right, vector elements are right-justified. | 342 | ;; If 'right, vector elements are right-justified. |
| 343 | ;; If 'center, vector elements are centered." | 343 | ;; If 'center, vector elements are centered." |
| 344 | ;;(defvar calc-matrix-just 'center) | 344 | ;;(defvar calc-matrix-just 'center) |
| 345 | 345 | ||
| 346 | ;; If non-NIL, display vectors one element per line. | 346 | ;; If non-nil, display vectors one element per line. |
| 347 | ;;(defvar calc-break-vectors nil) | 347 | ;;(defvar calc-break-vectors nil) |
| 348 | 348 | ||
| 349 | ;; If non-NIL, display long vectors in full. If NIL, use abbreviated form. | 349 | ;; If non-nil, display long vectors in full. If nil, use abbreviated form. |
| 350 | ;;(defvar calc-full-vectors t) | 350 | ;;(defvar calc-full-vectors t) |
| 351 | 351 | ||
| 352 | ;; If non-NIL, display long vectors in full in the trail. | 352 | ;; If non-nil, display long vectors in full in the trail. |
| 353 | ;;(defvar calc-full-trail-vectors t) | 353 | ;;(defvar calc-full-trail-vectors t) |
| 354 | 354 | ||
| 355 | ;; If non-NIL, separate elements of displayed vectors with this string. | 355 | ;; If non-nil, separate elements of displayed vectors with this string. |
| 356 | ;;(defvar calc-vector-commas ",") | 356 | ;;(defvar calc-vector-commas ",") |
| 357 | 357 | ||
| 358 | ;; If non-NIL, surround displayed vectors with these characters. | 358 | ;; If non-nil, surround displayed vectors with these characters. |
| 359 | ;;(defvar calc-vector-brackets "[]") | 359 | ;;(defvar calc-vector-brackets "[]") |
| 360 | 360 | ||
| 361 | ;; A list of code-letter symbols that control "big" matrix display. | 361 | ;; A list of code-letter symbols that control "big" matrix display. |
| @@ -411,79 +411,79 @@ This can safely be nil as long as the Calc files are on the load-path.") | |||
| 411 | ;; Type of simplification applied to results. | 411 | ;; Type of simplification applied to results. |
| 412 | ;; If 'none, results are not simplified when pushed on the stack. | 412 | ;; If 'none, results are not simplified when pushed on the stack. |
| 413 | ;; If 'num, functions are simplified only when args are constant. | 413 | ;; If 'num, functions are simplified only when args are constant. |
| 414 | ;; If NIL, only fast simplifications are applied. | 414 | ;; If nil, only fast simplifications are applied. |
| 415 | ;; If 'binary, math-clip is applied if appropriate. | 415 | ;; If 'binary, math-clip is applied if appropriate. |
| 416 | ;; If 'alg, math-simplify is applied. | 416 | ;; If 'alg, math-simplify is applied. |
| 417 | ;; If 'ext, math-simplify-extended is applied. | 417 | ;; If 'ext, math-simplify-extended is applied. |
| 418 | ;; If 'units, math-simplify-units is applied. | 418 | ;; If 'units, math-simplify-units is applied. |
| 419 | ;;(defvar calc-simplify-mode nil) | 419 | ;;(defvar calc-simplify-mode nil) |
| 420 | 420 | ||
| 421 | ;; If non-NIL, recompute evalto's automatically when necessary. | 421 | ;; If non-nil, recompute evalto's automatically when necessary. |
| 422 | ;;(defvar calc-auto-recompute t) | 422 | ;;(defvar calc-auto-recompute t) |
| 423 | 423 | ||
| 424 | ;; If non-NIL, display shows unformatted Lisp exprs. (For debugging) | 424 | ;; If non-nil, display shows unformatted Lisp exprs. (For debugging) |
| 425 | ;;(defvar calc-display-raw nil) | 425 | ;;(defvar calc-display-raw nil) |
| 426 | 426 | ||
| 427 | ;; Number of digits of internal precision for calc-mode calculations. | 427 | ;; Number of digits of internal precision for calc-mode calculations. |
| 428 | ;;(defvar calc-internal-prec 12) | 428 | ;;(defvar calc-internal-prec 12) |
| 429 | 429 | ||
| 430 | ;; If non-NIL, next operation is Inverse. | 430 | ;; If non-nil, next operation is Inverse. |
| 431 | ;;(defvar calc-inverse-flag nil) | 431 | ;;(defvar calc-inverse-flag nil) |
| 432 | 432 | ||
| 433 | ;; If non-NIL, next operation is Hyperbolic. | 433 | ;; If non-nil, next operation is Hyperbolic. |
| 434 | ;;(defvar calc-hyperbolic-flag nil) | 434 | ;;(defvar calc-hyperbolic-flag nil) |
| 435 | 435 | ||
| 436 | ;; If non-NIL, next operation should not remove its arguments from stack. | 436 | ;; If non-nil, next operation should not remove its arguments from stack. |
| 437 | ;;(defvar calc-keep-args-flag nil) | 437 | ;;(defvar calc-keep-args-flag nil) |
| 438 | 438 | ||
| 439 | ;; If deg, angles are in degrees; if rad, angles are in radians. | 439 | ;; If deg, angles are in degrees; if rad, angles are in radians. |
| 440 | ;; If hms, angles are in degrees-minutes-seconds. | 440 | ;; If hms, angles are in degrees-minutes-seconds. |
| 441 | ;;(defvar calc-angle-mode 'deg) | 441 | ;;(defvar calc-angle-mode 'deg) |
| 442 | 442 | ||
| 443 | ;; If non-NIL, numeric entry accepts whole algebraic expressions. | 443 | ;; If non-nil, numeric entry accepts whole algebraic expressions. |
| 444 | ;; If NIL, algebraic expressions must be preceded by "'". | 444 | ;; If nil, algebraic expressions must be preceded by "'". |
| 445 | ;;(defvar calc-algebraic-mode nil) | 445 | ;;(defvar calc-algebraic-mode nil) |
| 446 | 446 | ||
| 447 | ;; Like calc-algebraic-mode except only affects ( and [ keys. | 447 | ;; Like calc-algebraic-mode except only affects ( and [ keys. |
| 448 | ;;(defvar calc-incomplete-algebraic-mode nil) | 448 | ;;(defvar calc-incomplete-algebraic-mode nil) |
| 449 | 449 | ||
| 450 | ;; If non-NIL, inexact numeric computations like sqrt(2) are postponed. | 450 | ;; If non-nil, inexact numeric computations like sqrt(2) are postponed. |
| 451 | ;; If NIL, computations on numbers always yield numbers where possible. | 451 | ;; If nil, computations on numbers always yield numbers where possible. |
| 452 | ;;(defvar calc-symbolic-mode nil) | 452 | ;;(defvar calc-symbolic-mode nil) |
| 453 | 453 | ||
| 454 | ;; If 'matrix, variables are assumed to be matrix-valued. | 454 | ;; If 'matrix, variables are assumed to be matrix-valued. |
| 455 | ;; If a number, variables are assumed to be NxN matrices. | 455 | ;; If a number, variables are assumed to be NxN matrices. |
| 456 | ;; If 'scalar, variables are assumed to be scalar-valued. | 456 | ;; If 'scalar, variables are assumed to be scalar-valued. |
| 457 | ;; If NIL, symbolic math routines make no assumptions about variables. | 457 | ;; If nil, symbolic math routines make no assumptions about variables. |
| 458 | ;;(defvar calc-matrix-mode nil) | 458 | ;;(defvar calc-matrix-mode nil) |
| 459 | 459 | ||
| 460 | ;; If non-NIL, shifted letter keys are prefix keys rather than normal meanings. | 460 | ;; If non-nil, shifted letter keys are prefix keys rather than normal meanings. |
| 461 | ;;(defvar calc-shift-prefix nil) | 461 | ;;(defvar calc-shift-prefix nil) |
| 462 | 462 | ||
| 463 | ;; Initial height of Calculator window. | 463 | ;; Initial height of Calculator window. |
| 464 | ;;(defvar calc-window-height 7) | 464 | ;;(defvar calc-window-height 7) |
| 465 | 465 | ||
| 466 | ;; If non-NIL, M-x calc creates a window to display Calculator trail. | 466 | ;; If non-nil, M-x calc creates a window to display Calculator trail. |
| 467 | ;;(defvar calc-display-trail t) | 467 | ;;(defvar calc-display-trail t) |
| 468 | 468 | ||
| 469 | ;; If non-NIL, selected sub-formulas are shown by obscuring rest of formula. | 469 | ;; If non-nil, selected sub-formulas are shown by obscuring rest of formula. |
| 470 | ;; If NIL, selected sub-formulas are highlighted by obscuring the sub-formulas. | 470 | ;; If nil, selected sub-formulas are highlighted by obscuring the sub-formulas. |
| 471 | ;;(defvar calc-show-selections t) | 471 | ;;(defvar calc-show-selections t) |
| 472 | 472 | ||
| 473 | ;; If non-NIL, commands operate only on selected portions of formulas. | 473 | ;; If non-nil, commands operate only on selected portions of formulas. |
| 474 | ;; If NIL, selections displayed but ignored. | 474 | ;; If nil, selections displayed but ignored. |
| 475 | ;;(defvar calc-use-selections t) | 475 | ;;(defvar calc-use-selections t) |
| 476 | 476 | ||
| 477 | ;; If non-NIL, selection hides deep structure of associative formulas. | 477 | ;; If non-nil, selection hides deep structure of associative formulas. |
| 478 | ;;(defvar calc-assoc-selections t) | 478 | ;;(defvar calc-assoc-selections t) |
| 479 | 479 | ||
| 480 | ;; If non-NIL, display "Working..." for potentially slow Calculator commands. | 480 | ;; If non-nil, display "Working..." for potentially slow Calculator commands. |
| 481 | ;;(defvar calc-display-working-message 'lots) | 481 | ;;(defvar calc-display-working-message 'lots) |
| 482 | 482 | ||
| 483 | ;; If non-NIL, automatically execute a "why" command to explain odd results. | 483 | ;; If non-nil, automatically execute a "why" command to explain odd results. |
| 484 | ;;(defvar calc-auto-why nil) | 484 | ;;(defvar calc-auto-why nil) |
| 485 | 485 | ||
| 486 | ;; If non-NIL, display timing information on each slow command. | 486 | ;; If non-nil, display timing information on each slow command. |
| 487 | ;;(defvar calc-timing nil) | 487 | ;;(defvar calc-timing nil) |
| 488 | 488 | ||
| 489 | ;; Floating-point numbers with this positive exponent or higher above the | 489 | ;; Floating-point numbers with this positive exponent or higher above the |
| @@ -501,7 +501,7 @@ This can safely be nil as long as the Calc files are on the load-path.") | |||
| 501 | ;; List of strings for Y prefix help. | 501 | ;; List of strings for Y prefix help. |
| 502 | (defvar calc-Y-help-msgs nil) | 502 | (defvar calc-Y-help-msgs nil) |
| 503 | 503 | ||
| 504 | ;; T if calc-settings-file has been loaded yet. | 504 | ;; t if calc-settings-file has been loaded yet. |
| 505 | (defvar calc-loaded-settings-file nil) | 505 | (defvar calc-loaded-settings-file nil) |
| 506 | 506 | ||
| 507 | 507 | ||
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el index 5d2e1e25e10..770d5c90c2f 100644 --- a/lisp/cmuscheme.el +++ b/lisp/cmuscheme.el | |||
| @@ -352,7 +352,7 @@ next one.") | |||
| 352 | (defun scheme-load-file (file-name) | 352 | (defun scheme-load-file (file-name) |
| 353 | "Load a Scheme file FILE-NAME into the inferior Scheme process." | 353 | "Load a Scheme file FILE-NAME into the inferior Scheme process." |
| 354 | (interactive (comint-get-source "Load Scheme file: " scheme-prev-l/c-dir/file | 354 | (interactive (comint-get-source "Load Scheme file: " scheme-prev-l/c-dir/file |
| 355 | scheme-source-modes t)) ; T because LOAD | 355 | scheme-source-modes t)) ; t because `load' |
| 356 | ; needs an exact name | 356 | ; needs an exact name |
| 357 | (comint-check-source file-name) ; Check to see if buffer needs saved. | 357 | (comint-check-source file-name) ; Check to see if buffer needs saved. |
| 358 | (setq scheme-prev-l/c-dir/file (cons (file-name-directory file-name) | 358 | (setq scheme-prev-l/c-dir/file (cons (file-name-directory file-name) |
| @@ -366,7 +366,7 @@ next one.") | |||
| 366 | (interactive (comint-get-source "Compile Scheme file: " | 366 | (interactive (comint-get-source "Compile Scheme file: " |
| 367 | scheme-prev-l/c-dir/file | 367 | scheme-prev-l/c-dir/file |
| 368 | scheme-source-modes | 368 | scheme-source-modes |
| 369 | nil)) ; NIL because COMPILE doesn't | 369 | nil)) ; nil because COMPILE doesn't |
| 370 | ; need an exact name. | 370 | ; need an exact name. |
| 371 | (comint-check-source file-name) ; Check to see if buffer needs saved. | 371 | (comint-check-source file-name) ; Check to see if buffer needs saved. |
| 372 | (setq scheme-prev-l/c-dir/file (cons (file-name-directory file-name) | 372 | (setq scheme-prev-l/c-dir/file (cons (file-name-directory file-name) |
diff --git a/lisp/comint.el b/lisp/comint.el index af0d303d33f..5a2e6f8cbcd 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -695,7 +695,7 @@ buffer. The hook `comint-exec-hook' is run after each exec." | |||
| 695 | (comint-exec-1 name buffer command switches)))) | 695 | (comint-exec-1 name buffer command switches)))) |
| 696 | (set-process-filter proc 'comint-output-filter) | 696 | (set-process-filter proc 'comint-output-filter) |
| 697 | (make-local-variable 'comint-ptyp) | 697 | (make-local-variable 'comint-ptyp) |
| 698 | (setq comint-ptyp process-connection-type) ; T if pty, NIL if pipe. | 698 | (setq comint-ptyp process-connection-type) ; t if pty, nil if pipe. |
| 699 | ;; Jump to the end, and set the process mark. | 699 | ;; Jump to the end, and set the process mark. |
| 700 | (goto-char (point-max)) | 700 | (goto-char (point-max)) |
| 701 | (set-marker (process-mark proc) (point)) | 701 | (set-marker (process-mark proc) (point)) |
| @@ -2272,8 +2272,8 @@ This command is like `M-.' in bash." | |||
| 2272 | ;;============================================================================ | 2272 | ;;============================================================================ |
| 2273 | ;; Many command-interpreters (e.g., Lisp, Scheme, Soar) have | 2273 | ;; Many command-interpreters (e.g., Lisp, Scheme, Soar) have |
| 2274 | ;; commands that process files of source text (e.g. loading or compiling | 2274 | ;; commands that process files of source text (e.g. loading or compiling |
| 2275 | ;; files). So the corresponding process-in-a-buffer modes have commands | 2275 | ;; files). So the corresponding process-in-a-buffer modes have commands |
| 2276 | ;; for doing this (e.g., lisp-load-file). The functions below are useful | 2276 | ;; for doing this (e.g., lisp-load-file). The functions below are useful |
| 2277 | ;; for defining these commands. | 2277 | ;; for defining these commands. |
| 2278 | ;; | 2278 | ;; |
| 2279 | ;; Alas, these guys don't do exactly the right thing for Lisp, Scheme | 2279 | ;; Alas, these guys don't do exactly the right thing for Lisp, Scheme |
| @@ -2281,9 +2281,9 @@ This command is like `M-.' in bash." | |||
| 2281 | ;; So the compile/load interface gets the wrong default occasionally. | 2281 | ;; So the compile/load interface gets the wrong default occasionally. |
| 2282 | ;; The load-file/compile-file default mechanism could be smarter -- it | 2282 | ;; The load-file/compile-file default mechanism could be smarter -- it |
| 2283 | ;; doesn't know about the relationship between filename extensions and | 2283 | ;; doesn't know about the relationship between filename extensions and |
| 2284 | ;; whether the file is source or executable. If you compile foo.lisp | 2284 | ;; whether the file is source or executable. If you compile foo.lisp |
| 2285 | ;; with compile-file, then the next load-file should use foo.bin for | 2285 | ;; with compile-file, then the next load-file should use foo.bin for |
| 2286 | ;; the default, not foo.lisp. This is tricky to do right, particularly | 2286 | ;; the default, not foo.lisp. This is tricky to do right, particularly |
| 2287 | ;; because the extension for executable files varies so much (.o, .bin, | 2287 | ;; because the extension for executable files varies so much (.o, .bin, |
| 2288 | ;; .lbin, .mo, .vo, .ao, ...). | 2288 | ;; .lbin, .mo, .vo, .ao, ...). |
| 2289 | 2289 | ||
| @@ -2304,14 +2304,14 @@ This command is like `M-.' in bash." | |||
| 2304 | ;; commands for tea, soar, cmulisp, and cmuscheme modes. | 2304 | ;; commands for tea, soar, cmulisp, and cmuscheme modes. |
| 2305 | ;; | 2305 | ;; |
| 2306 | ;; - PREVIOUS-DIR/FILE is a pair (directory . filename) from the last | 2306 | ;; - PREVIOUS-DIR/FILE is a pair (directory . filename) from the last |
| 2307 | ;; source-file processing command. NIL if there hasn't been one yet. | 2307 | ;; source-file processing command. nil if there hasn't been one yet. |
| 2308 | ;; - SOURCE-MODES is a list used to determine what buffers contain source | 2308 | ;; - SOURCE-MODES is a list used to determine what buffers contain source |
| 2309 | ;; files: if the major mode of the buffer is in SOURCE-MODES, it's source. | 2309 | ;; files: if the major mode of the buffer is in SOURCE-MODES, it's source. |
| 2310 | ;; Typically, (lisp-mode) or (scheme-mode). | 2310 | ;; Typically, (lisp-mode) or (scheme-mode). |
| 2311 | ;; | 2311 | ;; |
| 2312 | ;; If the command is given while the cursor is inside a string, *and* | 2312 | ;; If the command is given while the cursor is inside a string, *and* |
| 2313 | ;; the string is an existing filename, *and* the filename is not a directory, | 2313 | ;; the string is an existing filename, *and* the filename is not a directory, |
| 2314 | ;; then the string is taken as default. This allows you to just position | 2314 | ;; then the string is taken as default. This allows you to just position |
| 2315 | ;; your cursor over a string that's a filename and have it taken as default. | 2315 | ;; your cursor over a string that's a filename and have it taken as default. |
| 2316 | ;; | 2316 | ;; |
| 2317 | ;; If the command is given in a file buffer whose major mode is in | 2317 | ;; If the command is given in a file buffer whose major mode is in |
diff --git a/lisp/completion.el b/lisp/completion.el index 152f72cab3d..85e38549b3b 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -842,7 +842,7 @@ during the search." | |||
| 842 | (reset-cdabbrev-window t)) | 842 | (reset-cdabbrev-window t)) |
| 843 | 843 | ||
| 844 | (defun set-cdabbrev-buffer () | 844 | (defun set-cdabbrev-buffer () |
| 845 | ;; cdabbrev-current-window must not be NIL | 845 | ;; cdabbrev-current-window must not be nil |
| 846 | (set-buffer (if (eq cdabbrev-current-window t) | 846 | (set-buffer (if (eq cdabbrev-current-window t) |
| 847 | (other-buffer) | 847 | (other-buffer) |
| 848 | (window-buffer cdabbrev-current-window)))) | 848 | (window-buffer cdabbrev-current-window)))) |
| @@ -1001,7 +1001,7 @@ Each symbol is bound to a single completion entry.") | |||
| 1001 | 1001 | ||
| 1002 | ;; A completion entry is a LIST of string, prefix-symbol num-uses, and | 1002 | ;; A completion entry is a LIST of string, prefix-symbol num-uses, and |
| 1003 | ;; last-use-time (the time the completion was last used) | 1003 | ;; last-use-time (the time the completion was last used) |
| 1004 | ;; last-use-time is T if the string should be kept permanently | 1004 | ;; last-use-time is t if the string should be kept permanently |
| 1005 | ;; num-uses is incremented every time the completion is used. | 1005 | ;; num-uses is incremented every time the completion is used. |
| 1006 | 1006 | ||
| 1007 | ;; We chose lists because (car foo) is faster than (aref foo 0) and the | 1007 | ;; We chose lists because (car foo) is faster than (aref foo 0) and the |
| @@ -1019,7 +1019,7 @@ Each symbol is bound to a single completion entry.") | |||
| 1019 | 1019 | ||
| 1020 | (defmacro completion-last-use-time (completion-entry) | 1020 | (defmacro completion-last-use-time (completion-entry) |
| 1021 | ;; "The time it was last used. In hours since origin. Used to decide | 1021 | ;; "The time it was last used. In hours since origin. Used to decide |
| 1022 | ;; whether to save it. T if one should always save it." | 1022 | ;; whether to save it. t if one should always save it." |
| 1023 | (list 'nth 2 completion-entry)) | 1023 | (list 'nth 2 completion-entry)) |
| 1024 | 1024 | ||
| 1025 | (defmacro completion-source (completion-entry) | 1025 | (defmacro completion-source (completion-entry) |
| @@ -1132,7 +1132,7 @@ Each symbol is bound to a single completion entry.") | |||
| 1132 | ;; "The interned prefix symbol corresponding to cmpl-db-downcase-string." | 1132 | ;; "The interned prefix symbol corresponding to cmpl-db-downcase-string." |
| 1133 | (defvar cmpl-db-entry nil) | 1133 | (defvar cmpl-db-entry nil) |
| 1134 | (defvar cmpl-db-debug-p nil | 1134 | (defvar cmpl-db-debug-p nil |
| 1135 | "Set to T if you want to debug the database.") | 1135 | "Set to t if you want to debug the database.") |
| 1136 | 1136 | ||
| 1137 | ;; READS | 1137 | ;; READS |
| 1138 | (defun find-exact-completion (string) | 1138 | (defun find-exact-completion (string) |
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 5a01ebcc3e5..53e1b11cb3c 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -939,7 +939,7 @@ a prefix arg lets you edit the `ls' switches used for the new listing." | |||
| 939 | 939 | ||
| 940 | (defcustom dired-recursive-copies nil | 940 | (defcustom dired-recursive-copies nil |
| 941 | "*Decide whether recursive copies are allowed. | 941 | "*Decide whether recursive copies are allowed. |
| 942 | Nil means no recursive copies. | 942 | nil means no recursive copies. |
| 943 | `always' means copy recursively without asking. | 943 | `always' means copy recursively without asking. |
| 944 | `top' means ask for each directory at top level. | 944 | `top' means ask for each directory at top level. |
| 945 | Anything else means ask for each directory." | 945 | Anything else means ask for each directory." |
| @@ -1336,7 +1336,7 @@ Optional arg HOW-TO is used to set the value of the into-dir variable | |||
| 1336 | ;; symlinks. | 1336 | ;; symlinks. |
| 1337 | 1337 | ||
| 1338 | (defvar dired-copy-how-to-fn nil | 1338 | (defvar dired-copy-how-to-fn nil |
| 1339 | "Nil or a function used by `dired-do-copy' to determine target. | 1339 | "nil or a function used by `dired-do-copy' to determine target. |
| 1340 | See HOW-TO argument for `dired-do-create-files'.") | 1340 | See HOW-TO argument for `dired-do-create-files'.") |
| 1341 | 1341 | ||
| 1342 | ;;;###autoload | 1342 | ;;;###autoload |
diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el index b701ae6685f..cbc57655ac2 100644 --- a/lisp/ediff-init.el +++ b/lisp/ediff-init.el | |||
| @@ -590,7 +590,7 @@ highlighted using ASCII flags." | |||
| 590 | Actually, Ediff restores the scope of visibility that existed at startup.") | 590 | Actually, Ediff restores the scope of visibility that existed at startup.") |
| 591 | 591 | ||
| 592 | (defcustom ediff-keep-variants t | 592 | (defcustom ediff-keep-variants t |
| 593 | "*Nil means that non-modified variant buffers should be removed at the end of the session after some interrogation. | 593 | "*nil means that non-modified variant buffers should be removed at the end of the session after some interrogation. |
| 594 | Supplying a prefix argument to the quit command `q' temporarily reverses the | 594 | Supplying a prefix argument to the quit command `q' temporarily reverses the |
| 595 | meaning of this variable." | 595 | meaning of this variable." |
| 596 | :type 'boolean | 596 | :type 'boolean |
| @@ -1241,7 +1241,7 @@ This property can be toggled interactively." | |||
| 1241 | 1241 | ||
| 1242 | (defcustom ediff-autostore-merges 'group-jobs-only | 1242 | (defcustom ediff-autostore-merges 'group-jobs-only |
| 1243 | "*Save the results of merge jobs automatically. | 1243 | "*Save the results of merge jobs automatically. |
| 1244 | Nil means don't save automatically. t means always save. Anything but nil or t | 1244 | nil means don't save automatically. t means always save. Anything but nil or t |
| 1245 | means save automatically only if the merge job is part of a group of jobs, such | 1245 | means save automatically only if the merge job is part of a group of jobs, such |
| 1246 | as `ediff-merge-directory' or `ediff-merge-directory-revisions'." | 1246 | as `ediff-merge-directory' or `ediff-merge-directory-revisions'." |
| 1247 | :type '(choice (const nil) (const t) (const group-jobs-only)) | 1247 | :type '(choice (const nil) (const t) (const group-jobs-only)) |
diff --git a/lisp/foldout.el b/lisp/foldout.el index 94d30467e5e..f1905b79a73 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el | |||
| @@ -216,7 +216,7 @@ | |||
| 216 | 216 | ||
| 217 | (defconst foldout-fold-list nil | 217 | (defconst foldout-fold-list nil |
| 218 | "List of start and end markers for the folds currently entered. | 218 | "List of start and end markers for the folds currently entered. |
| 219 | An end marker of NIL means the fold ends after (point-max).") | 219 | An end marker of nil means the fold ends after (point-max).") |
| 220 | (make-variable-buffer-local 'foldout-fold-list) | 220 | (make-variable-buffer-local 'foldout-fold-list) |
| 221 | 221 | ||
| 222 | (defconst foldout-modeline-string nil | 222 | (defconst foldout-modeline-string nil |
| @@ -269,7 +269,7 @@ optional arg EXPOSURE \(interactively with prefix arg\) changes this:- | |||
| 269 | ;; I need a marker that will follow the end of the region even when | 269 | ;; I need a marker that will follow the end of the region even when |
| 270 | ;; text is inserted right at the end. Text gets inserted *after* | 270 | ;; text is inserted right at the end. Text gets inserted *after* |
| 271 | ;; markers, so I need it at end+1. Unfortunately I can't set a | 271 | ;; markers, so I need it at end+1. Unfortunately I can't set a |
| 272 | ;; marker at (point-max)+1, so I use NIL to mean the region ends at | 272 | ;; marker at (point-max)+1, so I use nil to mean the region ends at |
| 273 | ;; (point-max). | 273 | ;; (point-max). |
| 274 | (end-marker (if (eobp) nil (set-marker (make-marker) (1+ end)))) | 274 | (end-marker (if (eobp) nil (set-marker (make-marker) (1+ end)))) |
| 275 | ) | 275 | ) |
| @@ -517,7 +517,7 @@ if the event didn't occur on a heading." | |||
| 517 | ;;; Keymaps: | 517 | ;;; Keymaps: |
| 518 | 518 | ||
| 519 | (defvar foldout-inhibit-key-bindings nil | 519 | (defvar foldout-inhibit-key-bindings nil |
| 520 | "Set non-NIL before loading foldout to inhibit key bindings.") | 520 | "Set non-nil before loading foldout to inhibit key bindings.") |
| 521 | 521 | ||
| 522 | (defvar foldout-mouse-modifiers '(meta control) | 522 | (defvar foldout-mouse-modifiers '(meta control) |
| 523 | "List of modifier keys to apply to foldout's mouse events. | 523 | "List of modifier keys to apply to foldout's mouse events. |
diff --git a/lisp/gnus/imap.el b/lisp/gnus/imap.el index ea267332980..d46a92a0b28 100644 --- a/lisp/gnus/imap.el +++ b/lisp/gnus/imap.el | |||
| @@ -1751,21 +1751,21 @@ Return nil if no complete line has arrived." | |||
| 1751 | ;; | 1751 | ;; |
| 1752 | ;; addr-adl = nstring | 1752 | ;; addr-adl = nstring |
| 1753 | ;; ; Holds route from [RFC-822] route-addr if | 1753 | ;; ; Holds route from [RFC-822] route-addr if |
| 1754 | ;; ; non-NIL | 1754 | ;; ; non-nil |
| 1755 | ;; | 1755 | ;; |
| 1756 | ;; addr-host = nstring | 1756 | ;; addr-host = nstring |
| 1757 | ;; ; NIL indicates [RFC-822] group syntax. | 1757 | ;; ; nil indicates [RFC-822] group syntax. |
| 1758 | ;; ; Otherwise, holds [RFC-822] domain name | 1758 | ;; ; Otherwise, holds [RFC-822] domain name |
| 1759 | ;; | 1759 | ;; |
| 1760 | ;; addr-mailbox = nstring | 1760 | ;; addr-mailbox = nstring |
| 1761 | ;; ; NIL indicates end of [RFC-822] group; if | 1761 | ;; ; nil indicates end of [RFC-822] group; if |
| 1762 | ;; ; non-NIL and addr-host is NIL, holds | 1762 | ;; ; non-nil and addr-host is nil, holds |
| 1763 | ;; ; [RFC-822] group name. | 1763 | ;; ; [RFC-822] group name. |
| 1764 | ;; ; Otherwise, holds [RFC-822] local-part | 1764 | ;; ; Otherwise, holds [RFC-822] local-part |
| 1765 | ;; ; after removing [RFC-822] quoting | 1765 | ;; ; after removing [RFC-822] quoting |
| 1766 | ;; | 1766 | ;; |
| 1767 | ;; addr-name = nstring | 1767 | ;; addr-name = nstring |
| 1768 | ;; ; If non-NIL, holds phrase from [RFC-822] | 1768 | ;; ; If non-nil, holds phrase from [RFC-822] |
| 1769 | ;; ; mailbox after removing [RFC-822] quoting | 1769 | ;; ; mailbox after removing [RFC-822] quoting |
| 1770 | ;; | 1770 | ;; |
| 1771 | 1771 | ||
| @@ -2455,7 +2455,7 @@ Return nil if no complete line has arrived." | |||
| 2455 | (push (imap-parse-nstring) body);; body-fld-desc | 2455 | (push (imap-parse-nstring) body);; body-fld-desc |
| 2456 | (imap-forward) | 2456 | (imap-forward) |
| 2457 | ;; next `or' for Sun SIMS bug, it regard body-fld-enc as a | 2457 | ;; next `or' for Sun SIMS bug, it regard body-fld-enc as a |
| 2458 | ;; nstring and return NIL instead of defaulting back to 7BIT | 2458 | ;; nstring and return nil instead of defaulting back to 7BIT |
| 2459 | ;; as the standard says. | 2459 | ;; as the standard says. |
| 2460 | (push (or (imap-parse-nstring) "7BIT") body);; body-fld-enc | 2460 | (push (or (imap-parse-nstring) "7BIT") body);; body-fld-enc |
| 2461 | (imap-forward) | 2461 | (imap-forward) |
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index 11aa65205e0..ba53e3a086c 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el | |||
| @@ -263,7 +263,7 @@ Can contain both regexps matching buffer names (as strings) and major modes | |||
| 263 | (defcustom hippie-expand-only-buffers () | 263 | (defcustom hippie-expand-only-buffers () |
| 264 | "*A list specifying the only buffers to search (in addition to current). | 264 | "*A list specifying the only buffers to search (in addition to current). |
| 265 | Can contain both regexps matching buffer names (as strings) and major modes | 265 | Can contain both regexps matching buffer names (as strings) and major modes |
| 266 | \(as atoms). If non-NIL, this variable overrides the variable | 266 | \(as atoms). If non-nil, this variable overrides the variable |
| 267 | `hippie-expand-ignore-buffers'." | 267 | `hippie-expand-ignore-buffers'." |
| 268 | :type '(repeat (choice regexp (symbol :tag "Major Mode"))) | 268 | :type '(repeat (choice regexp (symbol :tag "Major Mode"))) |
| 269 | :group 'hippie-expand) | 269 | :group 'hippie-expand) |
| @@ -382,7 +382,7 @@ undoes the expansion." | |||
| 382 | 382 | ||
| 383 | 383 | ||
| 384 | ;; Check if STR is a member of LST. | 384 | ;; Check if STR is a member of LST. |
| 385 | ;; Transform to the final case if optional TRANS-CASE is non-NIL. | 385 | ;; Transform to the final case if optional TRANS-CASE is non-nil. |
| 386 | (defun he-string-member (str lst &optional trans-case) | 386 | (defun he-string-member (str lst &optional trans-case) |
| 387 | (if str | 387 | (if str |
| 388 | (member (if (and trans-case | 388 | (member (if (and trans-case |
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index a10751b10cf..8cf12b82262 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el | |||
| @@ -513,7 +513,7 @@ styles." | |||
| 513 | 513 | ||
| 514 | (defun Footnote-text-under-cursor () | 514 | (defun Footnote-text-under-cursor () |
| 515 | "Return the number of footnote if in footnote text. | 515 | "Return the number of footnote if in footnote text. |
| 516 | Nil is returned if the cursor is not positioned over the text of | 516 | Return nil if the cursor is not positioned over the text of |
| 517 | a footnote." | 517 | a footnote." |
| 518 | (when (and (let ((old-point (point))) | 518 | (when (and (let ((old-point (point))) |
| 519 | (save-excursion | 519 | (save-excursion |
| @@ -536,7 +536,7 @@ a footnote." | |||
| 536 | 536 | ||
| 537 | (defun Footnote-under-cursor () | 537 | (defun Footnote-under-cursor () |
| 538 | "Return the number of the footnote underneath the cursor. | 538 | "Return the number of the footnote underneath the cursor. |
| 539 | Nil is returned if the cursor is not over a footnote." | 539 | Return nil if the cursor is not over a footnote." |
| 540 | (or (get-text-property (point) 'footnote-number) | 540 | (or (get-text-property (point) 'footnote-number) |
| 541 | (Footnote-text-under-cursor))) | 541 | (Footnote-text-under-cursor))) |
| 542 | 542 | ||
diff --git a/lisp/mail/mh-comp.el b/lisp/mail/mh-comp.el index 817cfeb0003..bc6556cc31b 100644 --- a/lisp/mail/mh-comp.el +++ b/lisp/mail/mh-comp.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; mh-comp.el --- mh-e functions for composing messages | 1 | ;;; mh-comp.el --- mh-e functions for composing messages |
| 2 | ;; Time-stamp: <2001-07-15 09:36:30 pavel> | 2 | ;; Time-stamp: <2001-12-20 18:55:07 pavel> |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 1993,1995,1997,2000 Free Software Foundation, Inc. | 4 | ;; Copyright (C) 1993,1995,1997,2000 Free Software Foundation, Inc. |
| 5 | 5 | ||
| @@ -30,7 +30,7 @@ | |||
| 30 | 30 | ||
| 31 | ;;; Change Log: | 31 | ;;; Change Log: |
| 32 | 32 | ||
| 33 | ;; $Id: mh-comp.el,v 1.21 2001/02/08 00:01:35 fx Exp $ | 33 | ;; $Id: mh-comp.el,v 1.22 2001/07/15 19:53:53 pj Exp $ |
| 34 | 34 | ||
| 35 | ;;; Code: | 35 | ;;; Code: |
| 36 | 36 | ||
| @@ -540,7 +540,7 @@ See also documentation for `\\[mh-send]' function." | |||
| 540 | (defun mh-read-draft (use initial-contents delete-contents-file) | 540 | (defun mh-read-draft (use initial-contents delete-contents-file) |
| 541 | ;; Read draft file into a draft buffer and make that buffer the current one. | 541 | ;; Read draft file into a draft buffer and make that buffer the current one. |
| 542 | ;; USE is a message used for prompting about the intended use of the message. | 542 | ;; USE is a message used for prompting about the intended use of the message. |
| 543 | ;; INITIAL-CONTENTS is filename that is read into an empty buffer, or NIL | 543 | ;; INITIAL-CONTENTS is filename that is read into an empty buffer, or nil |
| 544 | ;; if buffer should not be modified. Delete the initial-contents file if | 544 | ;; if buffer should not be modified. Delete the initial-contents file if |
| 545 | ;; DELETE-CONTENTS-FILE flag is set. | 545 | ;; DELETE-CONTENTS-FILE flag is set. |
| 546 | ;; Returns the draft folder's name. | 546 | ;; Returns the draft folder's name. |
| @@ -651,7 +651,7 @@ See also documentation for `\\[mh-send]' function." | |||
| 651 | (defun mh-goto-header-field (field) | 651 | (defun mh-goto-header-field (field) |
| 652 | ;; Move to FIELD in the message header. | 652 | ;; Move to FIELD in the message header. |
| 653 | ;; Move to the end of the FIELD name, which should end in a colon. | 653 | ;; Move to the end of the FIELD name, which should end in a colon. |
| 654 | ;; Returns T if found, NIL if not. | 654 | ;; Returns t if found, nil if not. |
| 655 | (goto-char (point-min)) | 655 | (goto-char (point-min)) |
| 656 | (let ((case-fold-search t) | 656 | (let ((case-fold-search t) |
| 657 | (headers-end (save-excursion | 657 | (headers-end (save-excursion |
diff --git a/lisp/mail/mh-e.el b/lisp/mail/mh-e.el index 0925798f483..386a9acf996 100644 --- a/lisp/mail/mh-e.el +++ b/lisp/mail/mh-e.el | |||
| @@ -60,7 +60,7 @@ | |||
| 60 | ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. | 60 | ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. |
| 61 | ;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu | 61 | ;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu |
| 62 | ;; Modified by Stephen Gildea 1988. gildea@stop.mail-abuse.org | 62 | ;; Modified by Stephen Gildea 1988. gildea@stop.mail-abuse.org |
| 63 | (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.28 2001/07/15 19:53:53 pj Exp $") | 63 | (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.30 2001/09/23 17:38:22 eliz Exp $") |
| 64 | 64 | ||
| 65 | ;;; Code: | 65 | ;;; Code: |
| 66 | 66 | ||
| @@ -203,7 +203,7 @@ A directory name string, or nil to use current directory." | |||
| 203 | 203 | ||
| 204 | (defvar mh-partial-folder-mode-line-annotation "select" | 204 | (defvar mh-partial-folder-mode-line-annotation "select" |
| 205 | "Annotation when displaying part of a folder. | 205 | "Annotation when displaying part of a folder. |
| 206 | The string is displayed after the folder's name. NIL for no annotation.") | 206 | The string is displayed after the folder's name. nil for no annotation.") |
| 207 | 207 | ||
| 208 | 208 | ||
| 209 | ;;; Internal variables: | 209 | ;;; Internal variables: |
| @@ -779,8 +779,8 @@ Variables controlling mh-e operation are (defaults in parentheses): | |||
| 779 | 779 | ||
| 780 | `mhl-formfile' (nil) | 780 | `mhl-formfile' (nil) |
| 781 | Name of format file to be used by mhl to show messages. | 781 | Name of format file to be used by mhl to show messages. |
| 782 | A value of T means use the default format file. | 782 | A value of t means use the default format file. |
| 783 | Nil means don't use mhl to format messages. | 783 | nil means don't use mhl to format messages. |
| 784 | 784 | ||
| 785 | `mh-lpr-command-format' (\"lpr -p -J '%s'\") | 785 | `mh-lpr-command-format' (\"lpr -p -J '%s'\") |
| 786 | Format for command used to print a message on a system printer. | 786 | Format for command used to print a message on a system printer. |
| @@ -1080,7 +1080,7 @@ The value of mh-folder-mode-hook is called when a new folder is set up." | |||
| 1080 | 1080 | ||
| 1081 | (defun mh-update-unseen () | 1081 | (defun mh-update-unseen () |
| 1082 | ;; Flush updates to the Unseen sequence out to MH. | 1082 | ;; Flush updates to the Unseen sequence out to MH. |
| 1083 | ;; Return non-NIL iff set the MH folder. | 1083 | ;; Return non-nil iff set the MH folder. |
| 1084 | (if mh-seen-list | 1084 | (if mh-seen-list |
| 1085 | (let* ((unseen-seq (mh-find-seq mh-unseen-seq)) | 1085 | (let* ((unseen-seq (mh-find-seq mh-unseen-seq)) |
| 1086 | (unseen-msgs (mh-seq-msgs unseen-seq))) | 1086 | (unseen-msgs (mh-seq-msgs unseen-seq))) |
| @@ -1211,7 +1211,7 @@ The value of mh-folder-mode-hook is called when a new folder is set up." | |||
| 1211 | 1211 | ||
| 1212 | 1212 | ||
| 1213 | (defun mh-internal-seq (name) | 1213 | (defun mh-internal-seq (name) |
| 1214 | ;; Return non-NIL if NAME is the name of an internal mh-e sequence. | 1214 | ;; Return non-nil if NAME is the name of an internal mh-e sequence. |
| 1215 | (or (memq name '(answered cur deleted forwarded printed)) | 1215 | (or (memq name '(answered cur deleted forwarded printed)) |
| 1216 | (eq name mh-unseen-seq) | 1216 | (eq name mh-unseen-seq) |
| 1217 | (eq name mh-previous-seq) | 1217 | (eq name mh-previous-seq) |
diff --git a/lisp/mail/mh-utils.el b/lisp/mail/mh-utils.el index be0f52ee36f..9e079656c40 100644 --- a/lisp/mail/mh-utils.el +++ b/lisp/mail/mh-utils.el | |||
| @@ -116,8 +116,8 @@ The desired message's number will be an argument to format.") | |||
| 116 | 116 | ||
| 117 | (defcustom mhl-formfile nil | 117 | (defcustom mhl-formfile nil |
| 118 | "*Name of format file to be used by mhl to show and print messages. | 118 | "*Name of format file to be used by mhl to show and print messages. |
| 119 | A value of T means use the default format file. | 119 | A value of t means use the default format file. |
| 120 | Nil means don't use mhl to format messages when showing; mhl is still used, | 120 | nil means don't use mhl to format messages when showing; mhl is still used, |
| 121 | with the default format file, to format messages when printing them. | 121 | with the default format file, to format messages when printing them. |
| 122 | The format used should specify a non-zero value for overflowoffset so | 122 | The format used should specify a non-zero value for overflowoffset so |
| 123 | the message continues to conform to RFC 822 and mh-e can parse the headers." | 123 | the message continues to conform to RFC 822 and mh-e can parse the headers." |
| @@ -133,7 +133,7 @@ prompting the user for a folder. The function is called from within a | |||
| 133 | save-excursion, with point at the start of the message. It should | 133 | save-excursion, with point at the start of the message. It should |
| 134 | return the folder to offer as the refile or Fcc folder, as a string | 134 | return the folder to offer as the refile or Fcc folder, as a string |
| 135 | with a leading `+' sign. It can also return an empty string to use no | 135 | with a leading `+' sign. It can also return an empty string to use no |
| 136 | default, or NIL to calculate the default the usual way. | 136 | default, or nil to calculate the default the usual way. |
| 137 | NOTE: This variable is not an ordinary hook; | 137 | NOTE: This variable is not an ordinary hook; |
| 138 | It may not be a list of functions.") | 138 | It may not be a list of functions.") |
| 139 | 139 | ||
| @@ -162,7 +162,7 @@ First argument is folder name. Second is message number.") | |||
| 162 | ;; Cached value of the `Path:' component in the user's MH profile. | 162 | ;; Cached value of the `Path:' component in the user's MH profile. |
| 163 | (defvar mh-user-path nil) ;User's mail folder directory. | 163 | (defvar mh-user-path nil) ;User's mail folder directory. |
| 164 | 164 | ||
| 165 | ;; An mh-draft-folder of NIL means do not use a draft folder. | 165 | ;; An mh-draft-folder of nil means do not use a draft folder. |
| 166 | ;; Cached value of the `Draft-Folder:' component in the user's MH profile. | 166 | ;; Cached value of the `Draft-Folder:' component in the user's MH profile. |
| 167 | (defvar mh-draft-folder nil) ;Name of folder containing draft messages. | 167 | (defvar mh-draft-folder nil) ;Name of folder containing draft messages. |
| 168 | 168 | ||
| @@ -529,7 +529,7 @@ Non-nil third argument means not to show the message." | |||
| 529 | 529 | ||
| 530 | (defun mh-get-profile-field (field) | 530 | (defun mh-get-profile-field (field) |
| 531 | ;; Find and return the value of FIELD in the current buffer. | 531 | ;; Find and return the value of FIELD in the current buffer. |
| 532 | ;; Returns NIL if the field is not in the buffer. | 532 | ;; Returns nil if the field is not in the buffer. |
| 533 | (let ((case-fold-search t)) | 533 | (let ((case-fold-search t)) |
| 534 | (goto-char (point-min)) | 534 | (goto-char (point-min)) |
| 535 | (cond ((not (re-search-forward (format "^%s" field) nil t)) nil) | 535 | (cond ((not (re-search-forward (format "^%s" field) nil t)) nil) |
| @@ -848,7 +848,7 @@ directory names." | |||
| 848 | 848 | ||
| 849 | 849 | ||
| 850 | (defun mh-folder-name-p (name) | 850 | (defun mh-folder-name-p (name) |
| 851 | ;; Return non-NIL if NAME is possibly the name of a folder. | 851 | ;; Return non-nil if NAME is possibly the name of a folder. |
| 852 | ;; A name (a string or symbol) can be a folder name if it begins with "+". | 852 | ;; A name (a string or symbol) can be a folder name if it begins with "+". |
| 853 | (if (symbolp name) | 853 | (if (symbolp name) |
| 854 | (eq (aref (symbol-name name) 0) ?+) | 854 | (eq (aref (symbol-name name) 0) ?+) |
diff --git a/lisp/obsolete/cplus-md.el b/lisp/obsolete/cplus-md.el index 5eb219da6b4..2eb47fd926b 100644 --- a/lisp/obsolete/cplus-md.el +++ b/lisp/obsolete/cplus-md.el | |||
| @@ -169,7 +169,7 @@ with the colon on the first line." | |||
| 169 | :group 'old-c++) | 169 | :group 'old-c++) |
| 170 | (defcustom c++-empty-arglist-indent nil | 170 | (defcustom c++-empty-arglist-indent nil |
| 171 | "*Indicates how far to indent an line following an empty argument | 171 | "*Indicates how far to indent an line following an empty argument |
| 172 | list. Nil indicates to just after the paren." | 172 | list. nil indicates to just after the paren." |
| 173 | :type '(choice (const nil) integer) | 173 | :type '(choice (const nil) integer) |
| 174 | :group 'old-c++) | 174 | :group 'old-c++) |
| 175 | 175 | ||
| @@ -316,7 +316,7 @@ Variables controlling indentation style: | |||
| 316 | Indentation level of member initializations in function declarations, | 316 | Indentation level of member initializations in function declarations, |
| 317 | if they are on a separate line beginning with a colon. | 317 | if they are on a separate line beginning with a colon. |
| 318 | c++-continued-member-init-offset | 318 | c++-continued-member-init-offset |
| 319 | Extra indentation for continuation lines of member initializations; NIL | 319 | Extra indentation for continuation lines of member initializations; nil |
| 320 | means to align with previous initializations rather than with the colon. | 320 | means to align with previous initializations rather than with the colon. |
| 321 | 321 | ||
| 322 | Settings for K&R, BSD, and Stroustrup indentation styles are | 322 | Settings for K&R, BSD, and Stroustrup indentation styles are |
diff --git a/lisp/obsolete/hilit19.el b/lisp/obsolete/hilit19.el index e70045e641e..305838eea26 100644 --- a/lisp/obsolete/hilit19.el +++ b/lisp/obsolete/hilit19.el | |||
| @@ -325,7 +325,7 @@ | |||
| 325 | "* If non-nil, this inhibits progress indicators during highlighting") | 325 | "* If non-nil, this inhibits progress indicators during highlighting") |
| 326 | 326 | ||
| 327 | (defvar hilit-auto-highlight t | 327 | (defvar hilit-auto-highlight t |
| 328 | "* T if we should highlight all buffers as we find 'em, nil to disable | 328 | "* t if we should highlight all buffers as we find 'em, nil to disable |
| 329 | automatic highlighting by the find-file hook.") | 329 | automatic highlighting by the find-file hook.") |
| 330 | 330 | ||
| 331 | (defvar hilit-auto-highlight-maxout 60000 ; hilit19 keeps getting bigger... | 331 | (defvar hilit-auto-highlight-maxout 60000 ; hilit19 keeps getting bigger... |
| @@ -333,7 +333,7 @@ | |||
| 333 | 333 | ||
| 334 | (defvar hilit-auto-rehighlight t | 334 | (defvar hilit-auto-rehighlight t |
| 335 | "* If this is non-nil, then hilit-redraw and hilit-recenter will also | 335 | "* If this is non-nil, then hilit-redraw and hilit-recenter will also |
| 336 | rehighlight part or all of the current buffer. T will rehighlight the | 336 | rehighlight part or all of the current buffer. t will rehighlight the |
| 337 | whole buffer, a NUMBER will rehighlight that many lines before and after | 337 | whole buffer, a NUMBER will rehighlight that many lines before and after |
| 338 | the cursor, and the symbol 'visible' will rehighlight only the visible | 338 | the cursor, and the symbol 'visible' will rehighlight only the visible |
| 339 | portion of the current buffer. This variable is buffer-local.") | 339 | portion of the current buffer. This variable is buffer-local.") |
| @@ -346,10 +346,10 @@ | |||
| 346 | THRESHOLD.") | 346 | THRESHOLD.") |
| 347 | 347 | ||
| 348 | (defvar hilit-face-check t | 348 | (defvar hilit-face-check t |
| 349 | "* T slows down highlighting but permits the user to change fonts without | 349 | "* t slows down highlighting but permits the user to change fonts without |
| 350 | losing bold and italic faces... T causes hilit-lookup-face-create to dig | 350 | losing bold and italic faces... t causes hilit-lookup-face-create to dig |
| 351 | through the frame parameters for the current window every time it's called. | 351 | through the frame parameters for the current window every time it's called. |
| 352 | If you never change fonts in emacs, set this to NIL.") | 352 | If you never change fonts in emacs, set this to nil.") |
| 353 | 353 | ||
| 354 | ;; Variables which must be set before loading hilit19. | 354 | ;; Variables which must be set before loading hilit19. |
| 355 | 355 | ||
| @@ -1051,7 +1051,7 @@ Optionally, place the new pattern first in the pattern list" | |||
| 1051 | (and (interactive-p) (hilit-rehighlight-buffer))) | 1051 | (and (interactive-p) (hilit-rehighlight-buffer))) |
| 1052 | 1052 | ||
| 1053 | (defun hilit-string-find (qchar) | 1053 | (defun hilit-string-find (qchar) |
| 1054 | "looks for a string and returns (start . end) or NIL. The argument QCHAR | 1054 | "Looks for a string and returns (start . end) or nil. The argument QCHAR |
| 1055 | is the character that would precede a character constant double quote. | 1055 | is the character that would precede a character constant double quote. |
| 1056 | Finds strings delimited by double quotes. The first double quote may not be | 1056 | Finds strings delimited by double quotes. The first double quote may not be |
| 1057 | preceded by QCHAR and the closing double quote may not be preceded by an odd | 1057 | preceded by QCHAR and the closing double quote may not be preceded by an odd |
diff --git a/lisp/pcvs-defs.el b/lisp/pcvs-defs.el index 783e39004f8..eaf8d5f78a0 100644 --- a/lisp/pcvs-defs.el +++ b/lisp/pcvs-defs.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 6 | ;; Keywords: pcl-cvs | 6 | ;; Keywords: pcl-cvs |
| 7 | ;; Revision: $Id: pcvs-defs.el,v 1.15 2001/07/16 07:46:48 pj Exp $ | 7 | ;; Revision: $Id: pcvs-defs.el,v 1.16 2001/10/31 17:39:07 sds Exp $ |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -168,7 +168,7 @@ displayed when asking for confirmation." | |||
| 168 | 168 | ||
| 169 | (defcustom cvs-add-default-message nil | 169 | (defcustom cvs-add-default-message nil |
| 170 | "*Default message to use when adding files. | 170 | "*Default message to use when adding files. |
| 171 | If set to NIL, `cvs-mode-add' will always prompt for a message." | 171 | If set to nil, `cvs-mode-add' will always prompt for a message." |
| 172 | :group 'pcl-cvs | 172 | :group 'pcl-cvs |
| 173 | :type '(choice (const :tag "Prompt" nil) | 173 | :type '(choice (const :tag "Prompt" nil) |
| 174 | (string))) | 174 | (string))) |
| @@ -495,7 +495,7 @@ whether to use the new feature or not. | |||
| 495 | Sadly, even with a new cvs executable, if you connect to an older cvs server | 495 | Sadly, even with a new cvs executable, if you connect to an older cvs server |
| 496 | \(typically a cvs-1.9 on the server), the old restriction applies. In such | 496 | \(typically a cvs-1.9 on the server), the old restriction applies. In such |
| 497 | a case the sanity check made by pcl-cvs fails and you will have to manually | 497 | a case the sanity check made by pcl-cvs fails and you will have to manually |
| 498 | set this variable to T (until the cvs server is upgraded). | 498 | set this variable to t (until the cvs server is upgraded). |
| 499 | When the above problem occurs, pcl-cvs should (hopefully) catch cvs' error | 499 | When the above problem occurs, pcl-cvs should (hopefully) catch cvs' error |
| 500 | message and replace it with a message tell you to change this variable.") | 500 | message and replace it with a message tell you to change this variable.") |
| 501 | 501 | ||
diff --git a/lisp/pcvs-util.el b/lisp/pcvs-util.el index 4a6a3979f73..849bbd69f4f 100644 --- a/lisp/pcvs-util.el +++ b/lisp/pcvs-util.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 7 | ;; Keywords: pcl-cvs | 7 | ;; Keywords: pcl-cvs |
| 8 | ;; Revision: $Id: pcvs-util.el,v 1.15 2001/11/17 00:48:14 monnier Exp $ | 8 | ;; Revision: $Id: pcvs-util.el,v 1.16 2001/12/02 07:41:47 monnier Exp $ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -372,7 +372,7 @@ If ARG is negative (or \\[universal-argument] which corresponds to negative 0), | |||
| 372 | it queries the user and sets the -ARG'th default. | 372 | it queries the user and sets the -ARG'th default. |
| 373 | If ARG is greater than 9 (or \\[universal-argument] \\[universal-argument]), | 373 | If ARG is greater than 9 (or \\[universal-argument] \\[universal-argument]), |
| 374 | the (ARG mod 10)'th prefix is made persistent. | 374 | the (ARG mod 10)'th prefix is made persistent. |
| 375 | If ARG is NIL toggle the PREFIX's value between its 0th default and NIL | 375 | If ARG is nil toggle the PREFIX's value between its 0th default and nil |
| 376 | and reset the persistence." | 376 | and reset the persistence." |
| 377 | (let* ((prefix (symbol-value (cvs-prefix-sym sym))) | 377 | (let* ((prefix (symbol-value (cvs-prefix-sym sym))) |
| 378 | (numarg (if (integerp arg) arg 0)) | 378 | (numarg (if (integerp arg) arg 0)) |
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index 28c829d2ac4..9096d4be790 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el | |||
| @@ -947,7 +947,7 @@ If the game is finished, this command requests for another game." | |||
| 947 | (message "Chicken !"))) | 947 | (message "Chicken !"))) |
| 948 | 948 | ||
| 949 | (defun gomoku-offer-a-draw () | 949 | (defun gomoku-offer-a-draw () |
| 950 | "Offer a draw and return T if Human accepted it." | 950 | "Offer a draw and return t if Human accepted it." |
| 951 | (or (y-or-n-p "I offer you a draw. Do you accept it ") | 951 | (or (y-or-n-p "I offer you a draw. Do you accept it ") |
| 952 | (not (setq gomoku-human-refused-draw t)))) | 952 | (not (setq gomoku-human-refused-draw t)))) |
| 953 | 953 | ||
| @@ -1095,14 +1095,14 @@ If the game is finished, this command requests for another game." | |||
| 1095 | ;; who won. The solution is to scan the board along all four directions. | 1095 | ;; who won. The solution is to scan the board along all four directions. |
| 1096 | 1096 | ||
| 1097 | (defun gomoku-find-filled-qtuple (square value) | 1097 | (defun gomoku-find-filled-qtuple (square value) |
| 1098 | "Return T if SQUARE belongs to a qtuple filled with VALUEs." | 1098 | "Return t if SQUARE belongs to a qtuple filled with VALUEs." |
| 1099 | (or (gomoku-check-filled-qtuple square value 1 0) | 1099 | (or (gomoku-check-filled-qtuple square value 1 0) |
| 1100 | (gomoku-check-filled-qtuple square value 0 1) | 1100 | (gomoku-check-filled-qtuple square value 0 1) |
| 1101 | (gomoku-check-filled-qtuple square value 1 1) | 1101 | (gomoku-check-filled-qtuple square value 1 1) |
| 1102 | (gomoku-check-filled-qtuple square value -1 1))) | 1102 | (gomoku-check-filled-qtuple square value -1 1))) |
| 1103 | 1103 | ||
| 1104 | (defun gomoku-check-filled-qtuple (square value dx dy) | 1104 | (defun gomoku-check-filled-qtuple (square value dx dy) |
| 1105 | "Return T if SQUARE belongs to a qtuple filled with VALUEs along DX, DY." | 1105 | "Return t if SQUARE belongs to a qtuple filled with VALUEs along DX, DY." |
| 1106 | (let ((a 0) (b 0) | 1106 | (let ((a 0) (b 0) |
| 1107 | (left square) (right square) | 1107 | (left square) (right square) |
| 1108 | (depl (gomoku-xy-to-index dx dy))) | 1108 | (depl (gomoku-xy-to-index dx dy))) |
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 77782ccf85d..0e1b862e270 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el | |||
| @@ -3322,8 +3322,8 @@ from point as default. Value is a list (CLASS-NAME MEMBER-NAME)." | |||
| 3322 | (name (ebrowse-ignoring-completion-case | 3322 | (name (ebrowse-ignoring-completion-case |
| 3323 | (completing-read prompt alist nil nil member-name))) | 3323 | (completing-read prompt alist nil nil member-name))) |
| 3324 | (completion-result (try-completion name alist))) | 3324 | (completion-result (try-completion name alist))) |
| 3325 | ;; Cannot rely on `try-completion' returning T for exact | 3325 | ;; Cannot rely on `try-completion' returning t for exact |
| 3326 | ;; matches! it returns the the name as a string. | 3326 | ;; matches! It returns the the name as a string. |
| 3327 | (unless (setq member-info (gethash name members)) | 3327 | (unless (setq member-info (gethash name members)) |
| 3328 | (if (y-or-n-p "No exact match found. Try substrings? ") | 3328 | (if (y-or-n-p "No exact match found. Try substrings? ") |
| 3329 | (setq name | 3329 | (setq name |
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 0d7f5399af0..f3a66c538a2 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Author: Chris Chase <chase@att.com> | 4 | ;; Author: Chris Chase <chase@att.com> |
| 5 | ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu> | 5 | ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu> |
| 6 | ;; Version: 4.7 | 6 | ;; Version: 4.7 |
| 7 | ;; Date: $Date: 2001/11/27 15:52:51 $ | 7 | ;; Date: $Date: 2001/12/01 12:54:29 $ |
| 8 | ;; Keywords: languages | 8 | ;; Keywords: languages |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| @@ -680,7 +680,7 @@ with this font in order to remind the user that this arrow is special." | |||
| 680 | 680 | ||
| 681 | (defcustom idlwave-function-completion-adds-paren t | 681 | (defcustom idlwave-function-completion-adds-paren t |
| 682 | "*Non-nil means, completion automatically adds `(' after completed function. | 682 | "*Non-nil means, completion automatically adds `(' after completed function. |
| 683 | Nil means, don't add anything. | 683 | nil means, don't add anything. |
| 684 | A value of `2' means, also add the closing parenthesis and position cursor | 684 | A value of `2' means, also add the closing parenthesis and position cursor |
| 685 | between the two." | 685 | between the two." |
| 686 | :group 'idlwave-completion | 686 | :group 'idlwave-completion |
| @@ -913,7 +913,7 @@ See help on `idlwave-action-and-binding' for examples.") | |||
| 913 | ") | 913 | ") |
| 914 | "*A list (PATHNAME STRING) specifying the doc-header template to use for | 914 | "*A list (PATHNAME STRING) specifying the doc-header template to use for |
| 915 | summarizing a file. If PATHNAME is non-nil then this file will be included. | 915 | summarizing a file. If PATHNAME is non-nil then this file will be included. |
| 916 | Otherwise STRING is used. If NIL, the file summary will be omitted. | 916 | Otherwise STRING is used. If nil, the file summary will be omitted. |
| 917 | For example you might set PATHNAME to the path for the | 917 | For example you might set PATHNAME to the path for the |
| 918 | lib_template.pro file included in the IDL distribution.") | 918 | lib_template.pro file included in the IDL distribution.") |
| 919 | 919 | ||
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index c1b3a5e58bc..9e2aa052cf4 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -436,7 +436,7 @@ Used by these commands to determine defaults.") | |||
| 436 | (defun lisp-load-file (file-name) | 436 | (defun lisp-load-file (file-name) |
| 437 | "Load a Lisp file into the inferior Lisp process." | 437 | "Load a Lisp file into the inferior Lisp process." |
| 438 | (interactive (comint-get-source "Load Lisp file: " lisp-prev-l/c-dir/file | 438 | (interactive (comint-get-source "Load Lisp file: " lisp-prev-l/c-dir/file |
| 439 | lisp-source-modes nil)) ; NIL because LOAD | 439 | lisp-source-modes nil)) ; nil because LOAD |
| 440 | ; doesn't need an exact name | 440 | ; doesn't need an exact name |
| 441 | (comint-check-source file-name) ; Check to see if buffer needs saved. | 441 | (comint-check-source file-name) ; Check to see if buffer needs saved. |
| 442 | (setq lisp-prev-l/c-dir/file (cons (file-name-directory file-name) | 442 | (setq lisp-prev-l/c-dir/file (cons (file-name-directory file-name) |
| @@ -449,7 +449,7 @@ Used by these commands to determine defaults.") | |||
| 449 | (defun lisp-compile-file (file-name) | 449 | (defun lisp-compile-file (file-name) |
| 450 | "Compile a Lisp file in the inferior Lisp process." | 450 | "Compile a Lisp file in the inferior Lisp process." |
| 451 | (interactive (comint-get-source "Compile Lisp file: " lisp-prev-l/c-dir/file | 451 | (interactive (comint-get-source "Compile Lisp file: " lisp-prev-l/c-dir/file |
| 452 | lisp-source-modes nil)) ; NIL = don't need | 452 | lisp-source-modes nil)) ; nil = don't need |
| 453 | ; suffix .lisp | 453 | ; suffix .lisp |
| 454 | (comint-check-source file-name) ; Check to see if buffer needs saved. | 454 | (comint-check-source file-name) ; Check to see if buffer needs saved. |
| 455 | (setq lisp-prev-l/c-dir/file (cons (file-name-directory file-name) | 455 | (setq lisp-prev-l/c-dir/file (cons (file-name-directory file-name) |
diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el index b87e2ee5bf8..c635d8c9d1a 100644 --- a/lisp/progmodes/octave-mod.el +++ b/lisp/progmodes/octave-mod.el | |||
| @@ -386,7 +386,7 @@ Currently, only builtin variables can be completed.") | |||
| 386 | "Imenu expression for Octave mode. See `imenu-generic-expression'.") | 386 | "Imenu expression for Octave mode. See `imenu-generic-expression'.") |
| 387 | 387 | ||
| 388 | (defcustom octave-mode-startup-message t | 388 | (defcustom octave-mode-startup-message t |
| 389 | "*Nil means do not display the Octave mode startup message." | 389 | "*nil means do not display the Octave mode startup message." |
| 390 | :type 'boolean | 390 | :type 'boolean |
| 391 | :group 'octave) | 391 | :group 'octave) |
| 392 | 392 | ||
| @@ -464,7 +464,7 @@ octave-continuation-string | |||
| 464 | Default is a backslash. | 464 | Default is a backslash. |
| 465 | 465 | ||
| 466 | octave-mode-startup-message | 466 | octave-mode-startup-message |
| 467 | Nil means do not display the Octave mode startup message. | 467 | nil means do not display the Octave mode startup message. |
| 468 | Default is t. | 468 | Default is t. |
| 469 | 469 | ||
| 470 | octave-send-echo-input | 470 | octave-send-echo-input |
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 9b61e23e9d1..1946ba404ef 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -564,13 +564,13 @@ NOTE: Activate the new setting in a VHDL buffer using the menu entry | |||
| 564 | 564 | ||
| 565 | (defcustom vhdl-reset-active-high nil | 565 | (defcustom vhdl-reset-active-high nil |
| 566 | "*Non-nil means reset in sequential processes is active high. | 566 | "*Non-nil means reset in sequential processes is active high. |
| 567 | Nil means active low." | 567 | nil means active low." |
| 568 | :type 'boolean | 568 | :type 'boolean |
| 569 | :group 'vhdl-sequential-process) | 569 | :group 'vhdl-sequential-process) |
| 570 | 570 | ||
| 571 | (defcustom vhdl-clock-rising-edge t | 571 | (defcustom vhdl-clock-rising-edge t |
| 572 | "*Non-nil means rising edge of clock triggers sequential processes. | 572 | "*Non-nil means rising edge of clock triggers sequential processes. |
| 573 | Nil means falling edge." | 573 | nil means falling edge." |
| 574 | :type 'boolean | 574 | :type 'boolean |
| 575 | :group 'vhdl-sequential-process) | 575 | :group 'vhdl-sequential-process) |
| 576 | 576 | ||
diff --git a/lisp/recentf.el b/lisp/recentf.el index dc79e6c0bc9..44e41454741 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el | |||
| @@ -135,7 +135,7 @@ list of recently opened files." | |||
| 135 | 135 | ||
| 136 | (defcustom recentf-menu-filter nil | 136 | (defcustom recentf-menu-filter nil |
| 137 | "*Function used to filter files displayed in the recentf menu. | 137 | "*Function used to filter files displayed in the recentf menu. |
| 138 | Nil means no filter. The following functions are predefined: | 138 | nil means no filter. The following functions are predefined: |
| 139 | 139 | ||
| 140 | - `recentf-sort-ascending' to sort menu items in ascending order. | 140 | - `recentf-sort-ascending' to sort menu items in ascending order. |
| 141 | - `recentf-sort-descending' to sort menu items in descending order. | 141 | - `recentf-sort-descending' to sort menu items in descending order. |
| @@ -562,7 +562,7 @@ defined." | |||
| 562 | 562 | ||
| 563 | (defcustom recentf-arrange-by-rule-subfilter nil | 563 | (defcustom recentf-arrange-by-rule-subfilter nil |
| 564 | "*Function used by `recentf-arrange-by-rule' to filter sub-menu elements. | 564 | "*Function used by `recentf-arrange-by-rule' to filter sub-menu elements. |
| 565 | Nil means no filter. See also `recentf-menu-filter'. You can't use | 565 | nil means no filter. See also `recentf-menu-filter'. You can't use |
| 566 | `recentf-arrange-by-rule' itself here!" | 566 | `recentf-arrange-by-rule' itself here!" |
| 567 | :group 'recentf-filters | 567 | :group 'recentf-filters |
| 568 | :type '(choice (const nil) function) | 568 | :type '(choice (const nil) function) |
diff --git a/lisp/tempo.el b/lisp/tempo.el index ae9c7731b44..1e72fd76e85 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el | |||
| @@ -125,22 +125,22 @@ user for text to insert in the templates" | |||
| 125 | 125 | ||
| 126 | (defcustom tempo-insert-region nil | 126 | (defcustom tempo-insert-region nil |
| 127 | "*Automatically insert current region when there is a `r' in the template | 127 | "*Automatically insert current region when there is a `r' in the template |
| 128 | If this variable is NIL, `r' elements will be treated just like `p' | 128 | If this variable is nil, `r' elements will be treated just like `p' |
| 129 | elements, unless the template function is given a prefix (or a non-nil | 129 | elements, unless the template function is given a prefix (or a non-nil |
| 130 | argument). If this variable is non-NIL, the behaviour is reversed. | 130 | argument). If this variable is non-nil, the behaviour is reversed. |
| 131 | 131 | ||
| 132 | In Transient Mark mode, this option is unused." | 132 | In Transient Mark mode, this option is unused." |
| 133 | :type 'boolean | 133 | :type 'boolean |
| 134 | :group 'tempo) | 134 | :group 'tempo) |
| 135 | 135 | ||
| 136 | (defcustom tempo-show-completion-buffer t | 136 | (defcustom tempo-show-completion-buffer t |
| 137 | "*If non-NIL, show a buffer with possible completions, when only | 137 | "*If non-nil, show a buffer with possible completions, when only |
| 138 | a partial completion can be found" | 138 | a partial completion can be found" |
| 139 | :type 'boolean | 139 | :type 'boolean |
| 140 | :group 'tempo) | 140 | :group 'tempo) |
| 141 | 141 | ||
| 142 | (defcustom tempo-leave-completion-buffer nil | 142 | (defcustom tempo-leave-completion-buffer nil |
| 143 | "*If NIL, a completion buffer generated by \\[tempo-complete-tag] | 143 | "*If nil, a completion buffer generated by \\[tempo-complete-tag] |
| 144 | disappears at the next keypress; otherwise, it remains forever." | 144 | disappears at the next keypress; otherwise, it remains forever." |
| 145 | :type 'boolean | 145 | :type 'boolean |
| 146 | :group 'tempo) | 146 | :group 'tempo) |
| @@ -197,16 +197,16 @@ should be replaced with a template.") | |||
| 197 | "Element handlers for user-defined elements. | 197 | "Element handlers for user-defined elements. |
| 198 | A list of symbols which are bound to functions that take one argument. | 198 | A list of symbols which are bound to functions that take one argument. |
| 199 | This function should return something to be sent to `tempo-insert' if | 199 | This function should return something to be sent to `tempo-insert' if |
| 200 | it recognizes the argument, and NIL otherwise") | 200 | it recognizes the argument, and nil otherwise.") |
| 201 | 201 | ||
| 202 | (defvar tempo-named-insertions nil | 202 | (defvar tempo-named-insertions nil |
| 203 | "Temporary storage for named insertions") | 203 | "Temporary storage for named insertions.") |
| 204 | 204 | ||
| 205 | (defvar tempo-region-start (make-marker) | 205 | (defvar tempo-region-start (make-marker) |
| 206 | "Region start when inserting around the region") | 206 | "Region start when inserting around the region.") |
| 207 | 207 | ||
| 208 | (defvar tempo-region-stop (make-marker) | 208 | (defvar tempo-region-stop (make-marker) |
| 209 | "Region stop when inserting around the region") | 209 | "Region stop when inserting around the region.") |
| 210 | 210 | ||
| 211 | ;; Make some variables local to every buffer | 211 | ;; Make some variables local to every buffer |
| 212 | 212 | ||
| @@ -404,7 +404,7 @@ possible." | |||
| 404 | "Compatibility hack for tempo-insert-prompt. | 404 | "Compatibility hack for tempo-insert-prompt. |
| 405 | PROMPT can be either a prompt string, or a list of arguments to | 405 | PROMPT can be either a prompt string, or a list of arguments to |
| 406 | tempo-insert-prompt, or nil." | 406 | tempo-insert-prompt, or nil." |
| 407 | (if (consp prompt) ; not NIL either | 407 | (if (consp prompt) ; not nil either |
| 408 | (apply 'tempo-insert-prompt prompt) | 408 | (apply 'tempo-insert-prompt prompt) |
| 409 | (tempo-insert-prompt prompt))) | 409 | (tempo-insert-prompt prompt))) |
| 410 | 410 | ||
| @@ -630,7 +630,7 @@ Whenever it is needed again it will be rebuilt." | |||
| 630 | 630 | ||
| 631 | (defun tempo-build-collection () | 631 | (defun tempo-build-collection () |
| 632 | "Build a collection of all the tags and return it. | 632 | "Build a collection of all the tags and return it. |
| 633 | If `tempo-dirty-collection' is NIL, the old collection is reused." | 633 | If `tempo-dirty-collection' is nil, the old collection is reused." |
| 634 | (prog1 | 634 | (prog1 |
| 635 | (or (and (not tempo-dirty-collection) | 635 | (or (and (not tempo-dirty-collection) |
| 636 | tempo-collection) | 636 | tempo-collection) |
| @@ -681,10 +681,10 @@ If a single match is found, the corresponding template is expanded in | |||
| 681 | place of the matching string. | 681 | place of the matching string. |
| 682 | 682 | ||
| 683 | If a partial completion or no match at all is found, and SILENT is | 683 | If a partial completion or no match at all is found, and SILENT is |
| 684 | non-NIL, the function will give a signal. | 684 | non-nil, the function will give a signal. |
| 685 | 685 | ||
| 686 | If a partial completion is found and `tempo-show-completion-buffer' is | 686 | If a partial completion is found and `tempo-show-completion-buffer' is |
| 687 | non-NIL, a buffer containing possible completions is displayed." | 687 | non-nil, a buffer containing possible completions is displayed." |
| 688 | 688 | ||
| 689 | ;; This function may look like a hack, but this is how I want it to | 689 | ;; This function may look like a hack, but this is how I want it to |
| 690 | ;; work. | 690 | ;; work. |
diff --git a/lisp/term.el b/lisp/term.el index 76b0a09a70d..51faa6ff9ab 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -1376,7 +1376,7 @@ buffer. The hook term-exec-hook is run after each exec." | |||
| 1376 | ;; Crank up a new process | 1376 | ;; Crank up a new process |
| 1377 | (let ((proc (term-exec-1 name buffer command switches))) | 1377 | (let ((proc (term-exec-1 name buffer command switches))) |
| 1378 | (make-local-variable 'term-ptyp) | 1378 | (make-local-variable 'term-ptyp) |
| 1379 | (setq term-ptyp process-connection-type) ; T if pty, NIL if pipe. | 1379 | (setq term-ptyp process-connection-type) ; t if pty, nil if pipe. |
| 1380 | ;; Jump to the end, and set the process mark. | 1380 | ;; Jump to the end, and set the process mark. |
| 1381 | (goto-char (point-max)) | 1381 | (goto-char (point-max)) |
| 1382 | (set-marker (process-mark proc) (point)) | 1382 | (set-marker (process-mark proc) (point)) |
| @@ -1991,13 +1991,13 @@ If the interpreter is the csh, | |||
| 1991 | initial string matching regexp term-prompt-regexp. | 1991 | initial string matching regexp term-prompt-regexp. |
| 1992 | term-input-filter-functions monitors input for \"cd\", \"pushd\", and | 1992 | term-input-filter-functions monitors input for \"cd\", \"pushd\", and |
| 1993 | \"popd\" commands. When it sees one, it cd's the buffer. | 1993 | \"popd\" commands. When it sees one, it cd's the buffer. |
| 1994 | term-input-filter is the default: returns T if the input isn't all white | 1994 | term-input-filter is the default: returns t if the input isn't all white |
| 1995 | space. | 1995 | space. |
| 1996 | 1996 | ||
| 1997 | If the term is Lucid Common Lisp, | 1997 | If the term is Lucid Common Lisp, |
| 1998 | term-get-old-input snarfs the sexp ending at point. | 1998 | term-get-old-input snarfs the sexp ending at point. |
| 1999 | term-input-filter-functions does nothing. | 1999 | term-input-filter-functions does nothing. |
| 2000 | term-input-filter returns NIL if the input matches input-filter-regexp, | 2000 | term-input-filter returns nil if the input matches input-filter-regexp, |
| 2001 | which matches (1) all whitespace (2) :a, :c, etc. | 2001 | which matches (1) all whitespace (2) :a, :c, etc. |
| 2002 | 2002 | ||
| 2003 | Similarly for Soar, Scheme, etc." | 2003 | Similarly for Soar, Scheme, etc." |
diff --git a/lisp/textmodes/scribe.el b/lisp/textmodes/scribe.el index f40c1dfc0b6..16067d19638 100644 --- a/lisp/textmodes/scribe.el +++ b/lisp/textmodes/scribe.el | |||
| @@ -42,17 +42,17 @@ | |||
| 42 | "Abbrev table used while in scribe mode.") | 42 | "Abbrev table used while in scribe mode.") |
| 43 | 43 | ||
| 44 | (defcustom scribe-fancy-paragraphs nil | 44 | (defcustom scribe-fancy-paragraphs nil |
| 45 | "*Non-NIL makes Scribe mode use a different style of paragraph separation." | 45 | "*Non-nil makes Scribe mode use a different style of paragraph separation." |
| 46 | :type 'boolean | 46 | :type 'boolean |
| 47 | :group 'scribe) | 47 | :group 'scribe) |
| 48 | 48 | ||
| 49 | (defcustom scribe-electric-quote nil | 49 | (defcustom scribe-electric-quote nil |
| 50 | "*Non-NIL makes insert of double quote use `` or '' depending on context." | 50 | "*Non-nil makes insert of double quote use `` or '' depending on context." |
| 51 | :type 'boolean | 51 | :type 'boolean |
| 52 | :group 'scribe) | 52 | :group 'scribe) |
| 53 | 53 | ||
| 54 | (defcustom scribe-electric-parenthesis nil | 54 | (defcustom scribe-electric-parenthesis nil |
| 55 | "*Non-NIL makes parenthesis char ( (]}> ) automatically insert its close | 55 | "*Non-nil makes parenthesis char ( (]}> ) automatically insert its close |
| 56 | if typed after an @Command form." | 56 | if typed after an @Command form." |
| 57 | :type 'boolean | 57 | :type 'boolean |
| 58 | :group 'scribe) | 58 | :group 'scribe) |
| @@ -261,7 +261,7 @@ to skip backward." | |||
| 261 | 261 | ||
| 262 | (defun scribe-insert-quote (count) | 262 | (defun scribe-insert-quote (count) |
| 263 | "Insert ``, '' or \" according to preceding character. | 263 | "Insert ``, '' or \" according to preceding character. |
| 264 | If `scribe-electric-quote' is non-NIL, insert ``, '' or \" according | 264 | If `scribe-electric-quote' is non-nil, insert ``, '' or \" according |
| 265 | to preceding character. With numeric arg N, always insert N \" characters. | 265 | to preceding character. With numeric arg N, always insert N \" characters. |
| 266 | Else just insert \"." | 266 | Else just insert \"." |
| 267 | (interactive "P") | 267 | (interactive "P") |
| @@ -297,7 +297,7 @@ Else just insert \"." | |||
| 297 | (t "``"))))))))) | 297 | (t "``"))))))))) |
| 298 | 298 | ||
| 299 | (defun scribe-parenthesis (count) | 299 | (defun scribe-parenthesis (count) |
| 300 | "If scribe-electric-parenthesis is non-NIL, insertion of an open-parenthesis | 300 | "If scribe-electric-parenthesis is non-nil, insertion of an open-parenthesis |
| 301 | character inserts the following close parenthesis character if the | 301 | character inserts the following close parenthesis character if the |
| 302 | preceding text is of the form @Command." | 302 | preceding text is of the form @Command." |
| 303 | (interactive "P") | 303 | (interactive "P") |
diff --git a/lisp/vc.el b/lisp/vc.el index 7288b93935b..6c2b5d954a3 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
| 7 | ;; Keywords: tools | 7 | ;; Keywords: tools |
| 8 | 8 | ||
| 9 | ;; $Id: vc.el,v 1.322 2001/11/26 16:07:50 spiegel Exp $ | 9 | ;; $Id: vc.el,v 1.323 2001/11/26 16:17:17 pj Exp $ |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
| @@ -316,7 +316,7 @@ | |||
| 316 | ;; as a floating point fractional number of days. The helper | 316 | ;; as a floating point fractional number of days. The helper |
| 317 | ;; function `vc-annotate-convert-time' may be useful for converting | 317 | ;; function `vc-annotate-convert-time' may be useful for converting |
| 318 | ;; multi-part times as returned by `current-time' and `encode-time' | 318 | ;; multi-part times as returned by `current-time' and `encode-time' |
| 319 | ;; to this format. Return NIL if no more lines of annotation appear | 319 | ;; to this format. Return nil if no more lines of annotation appear |
| 320 | ;; in the buffer. You can safely assume that point is placed at the | 320 | ;; in the buffer. You can safely assume that point is placed at the |
| 321 | ;; beginning of each line, starting at `point-min'. The buffer that | 321 | ;; beginning of each line, starting at `point-min'. The buffer that |
| 322 | ;; point is placed in is the Annotate output, as defined by the | 322 | ;; point is placed in is the Annotate output, as defined by the |
| @@ -2893,7 +2893,7 @@ Uses `rcs2log' which only works for RCS and CVS." | |||
| 2893 | 2893 | ||
| 2894 | (defun vc-annotate-get-backend (buffer) | 2894 | (defun vc-annotate-get-backend (buffer) |
| 2895 | "Return the backend matching \"Annotate\" buffer BUFFER. | 2895 | "Return the backend matching \"Annotate\" buffer BUFFER. |
| 2896 | Return NIL if no match made. Associations are made based on | 2896 | Return nil if no match made. Associations are made based on |
| 2897 | `vc-annotate-buffers'." | 2897 | `vc-annotate-buffers'." |
| 2898 | (cdr (assoc buffer vc-annotate-buffers))) | 2898 | (cdr (assoc buffer vc-annotate-buffers))) |
| 2899 | 2899 | ||