diff options
| author | Glenn Morris | 2017-10-28 17:10:25 -0700 |
|---|---|---|
| committer | Glenn Morris | 2017-10-28 17:10:25 -0700 |
| commit | 5b5984179122eca63a2e778e1a36c0c2bb24ad88 (patch) | |
| tree | a3ebaa51f7c48e76fd4b1330fd2b792631ce53f6 | |
| parent | 82a16c547bc32fda6073c97b6c8989b473f0315b (diff) | |
| download | emacs-5b5984179122eca63a2e778e1a36c0c2bb24ad88.tar.gz emacs-5b5984179122eca63a2e778e1a36c0c2bb24ad88.zip | |
Fix doc typos
* lisp/simple.el (line-move-ignore-invisible):
* lisp/sort.el (sort-regexp-fields):
* lisp/cedet/ede.el (project-add-file):
* lisp/gnus/message.el (message-bogus-recipient-p):
* lisp/international/mule.el (define-coding-system):
* lisp/progmodes/ebrowse.el (ebrowse-member-buffer-object-menu):
* lisp/progmodes/xscheme.el (xscheme-allow-output-p)
(scheme-interaction-mode, scheme-debugger-mode)
(xscheme-yank-pop, xscheme-yank-push): Doc fixes.
| -rw-r--r-- | lisp/cedet/ede.el | 2 | ||||
| -rw-r--r-- | lisp/dired.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/nnir.el | 2 | ||||
| -rw-r--r-- | lisp/international/mule.el | 2 | ||||
| -rw-r--r-- | lisp/net/shr.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/compile.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/ebrowse.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/gud.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/xscheme.el | 25 | ||||
| -rw-r--r-- | lisp/simple.el | 2 | ||||
| -rw-r--r-- | lisp/sort.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/texinfmt.el | 2 |
13 files changed, 23 insertions, 26 deletions
diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index a78af1b264a..1dcafc453f4 100644 --- a/lisp/cedet/ede.el +++ b/lisp/cedet/ede.el | |||
| @@ -998,7 +998,7 @@ Argument PROMPT is the prompt to use when querying the user for a target." | |||
| 998 | (project-add-file this file)) | 998 | (project-add-file this file)) |
| 999 | 999 | ||
| 1000 | (cl-defmethod project-add-file ((ot ede-target) _file) | 1000 | (cl-defmethod project-add-file ((ot ede-target) _file) |
| 1001 | "Add the current buffer into project project target OT. | 1001 | "Add the current buffer into project target OT. |
| 1002 | Argument FILE is the file to add." | 1002 | Argument FILE is the file to add." |
| 1003 | (error "add-file not supported by %s" (eieio-object-name ot))) | 1003 | (error "add-file not supported by %s" (eieio-object-name ot))) |
| 1004 | 1004 | ||
diff --git a/lisp/dired.el b/lisp/dired.el index dad58c615d5..cf08143de70 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1046,7 +1046,7 @@ wildcards, erases the buffer, and builds the subdir-alist anew | |||
| 1046 | ;; default-directory and dired-actual-switches must be buffer-local | 1046 | ;; default-directory and dired-actual-switches must be buffer-local |
| 1047 | ;; and initialized by now. | 1047 | ;; and initialized by now. |
| 1048 | (let (dirname | 1048 | (let (dirname |
| 1049 | ;; This makes readin much much faster. | 1049 | ;; This makes read-in much faster. |
| 1050 | ;; In particular, it prevents the font lock hook from running | 1050 | ;; In particular, it prevents the font lock hook from running |
| 1051 | ;; until the directory is all read in. | 1051 | ;; until the directory is all read in. |
| 1052 | (inhibit-modification-hooks t)) | 1052 | (inhibit-modification-hooks t)) |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 38aea31840f..690311e36a5 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -4346,7 +4346,7 @@ conformance." | |||
| 4346 | RECIPIENTS is a mail header. Return a list of potentially bogus | 4346 | RECIPIENTS is a mail header. Return a list of potentially bogus |
| 4347 | addresses. If none is found, return nil. | 4347 | addresses. If none is found, return nil. |
| 4348 | 4348 | ||
| 4349 | An address might be bogus if if there's a matching entry in | 4349 | An address might be bogus if there's a matching entry in |
| 4350 | `message-bogus-addresses'." | 4350 | `message-bogus-addresses'." |
| 4351 | ;; FIXME: How about "foo@subdomain", when the MTA adds ".domain.tld"? | 4351 | ;; FIXME: How about "foo@subdomain", when the MTA adds ".domain.tld"? |
| 4352 | (let (found) | 4352 | (let (found) |
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index 51147ed4330..be42ab74e4a 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el | |||
| @@ -64,7 +64,7 @@ | |||
| 64 | ;; also be correct, see the documentation for `nnir-namazu-remove-prefix' | 64 | ;; also be correct, see the documentation for `nnir-namazu-remove-prefix' |
| 65 | ;; above. | 65 | ;; above. |
| 66 | ;; | 66 | ;; |
| 67 | ;; It is particularly important not to pass any any switches to namazu | 67 | ;; It is particularly important not to pass any switches to namazu |
| 68 | ;; that will change the output format. Good switches to use include | 68 | ;; that will change the output format. Good switches to use include |
| 69 | ;; `--sort', `--ascending', `--early' and `--late'. Refer to the Namazu | 69 | ;; `--sort', `--ascending', `--early' and `--late'. Refer to the Namazu |
| 70 | ;; documentation for further information on valid switches. | 70 | ;; documentation for further information on valid switches. |
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 5f1ef5e7d02..857fa800eb4 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -773,7 +773,7 @@ never used by the other charsets. | |||
| 773 | If it is a list, the elements must be charsets, nil, 94, or 96. GN | 773 | If it is a list, the elements must be charsets, nil, 94, or 96. GN |
| 774 | can be used by all the listed charsets. If the list contains 94, any | 774 | can be used by all the listed charsets. If the list contains 94, any |
| 775 | iso-2022 charset whose code-space ranges are 94 long can be designated | 775 | iso-2022 charset whose code-space ranges are 94 long can be designated |
| 776 | to GN. If the list contains 96, any charsets whose whose ranges are | 776 | to GN. If the list contains 96, any charsets whose ranges are |
| 777 | 96 long can be designated to GN. If the first element is a charset, | 777 | 96 long can be designated to GN. If the first element is a charset, |
| 778 | that charset is initially designated to GN. | 778 | that charset is initially designated to GN. |
| 779 | 779 | ||
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 260ada54222..c90d71d1596 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el | |||
| @@ -635,7 +635,7 @@ size, and full-buffer size." | |||
| 635 | (replace-match " " t t)) | 635 | (replace-match " " t t)) |
| 636 | (shr--translate-insertion-chars) | 636 | (shr--translate-insertion-chars) |
| 637 | (goto-char (point-max))) | 637 | (goto-char (point-max))) |
| 638 | ;; We may have removed everything we inserted if if was just | 638 | ;; We may have removed everything we inserted if it was just |
| 639 | ;; spaces. | 639 | ;; spaces. |
| 640 | (unless (= font-start (point)) | 640 | (unless (= font-start (point)) |
| 641 | ;; Mark all lines that should possibly be folded afterwards. | 641 | ;; Mark all lines that should possibly be folded afterwards. |
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index e4b77ab0504..0794830fcb8 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -2328,7 +2328,7 @@ and runs `compilation-filter-hook'." | |||
| 2328 | (while (,< n 0) | 2328 | (while (,< n 0) |
| 2329 | (setq opt pt) | 2329 | (setq opt pt) |
| 2330 | (or (setq pt (,property-change pt 'compilation-message)) | 2330 | (or (setq pt (,property-change pt 'compilation-message)) |
| 2331 | ;; Handle the case where where the first error message is | 2331 | ;; Handle the case where the first error message is |
| 2332 | ;; at the start of the buffer, and n < 0. | 2332 | ;; at the start of the buffer, and n < 0. |
| 2333 | (if (or (eq (get-text-property ,limit 'compilation-message) | 2333 | (if (or (eq (get-text-property ,limit 'compilation-message) |
| 2334 | (get-text-property opt 'compilation-message)) | 2334 | (get-text-property opt 'compilation-message)) |
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 661c55dc184..6ea939de661 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el | |||
| @@ -3034,7 +3034,7 @@ the first derived class." | |||
| 3034 | :help "Show the base class of this class" | 3034 | :help "Show the base class of this class" |
| 3035 | :active t] | 3035 | :active t] |
| 3036 | ["Down" ebrowse-switch-member-buffer-to-derived-class | 3036 | ["Down" ebrowse-switch-member-buffer-to-derived-class |
| 3037 | :help "Show a derived class class of this class" | 3037 | :help "Show a derived class of this class" |
| 3038 | :active t] | 3038 | :active t] |
| 3039 | ["Next Sibling" ebrowse-switch-member-buffer-to-next-sibling-class | 3039 | ["Next Sibling" ebrowse-switch-member-buffer-to-next-sibling-class |
| 3040 | :help "Show the next sibling class" | 3040 | :help "Show the next sibling class" |
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 3ef1d90ab58..7d044b294da 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -1830,7 +1830,7 @@ and source-file directory for your debugger." | |||
| 1830 | ;; | 1830 | ;; |
| 1831 | ;; Type M-n to step over the current line and M-s to step into it. That, | 1831 | ;; Type M-n to step over the current line and M-s to step into it. That, |
| 1832 | ;; along with the JDB 'help' command should get you started. The 'quit' | 1832 | ;; along with the JDB 'help' command should get you started. The 'quit' |
| 1833 | ;; JDB command will get out out of the debugger. There is some truly | 1833 | ;; JDB command will get out of the debugger. There is some truly |
| 1834 | ;; pathetic JDB documentation available at: | 1834 | ;; pathetic JDB documentation available at: |
| 1835 | ;; | 1835 | ;; |
| 1836 | ;; http://java.sun.com/products/jdk/1.1/debugging/ | 1836 | ;; http://java.sun.com/products/jdk/1.1/debugging/ |
diff --git a/lisp/progmodes/xscheme.el b/lisp/progmodes/xscheme.el index 4939649b999..16bf01eeaa8 100644 --- a/lisp/progmodes/xscheme.el +++ b/lisp/progmodes/xscheme.el | |||
| @@ -85,8 +85,7 @@ reading-type received an altmode but nothing else | |||
| 85 | reading-string reading prompt string") | 85 | reading-string reading prompt string") |
| 86 | 86 | ||
| 87 | (defvar-local xscheme-allow-output-p t | 87 | (defvar-local xscheme-allow-output-p t |
| 88 | "This variable, if nil, prevents output from the scheme process | 88 | "Non-nil stops scheme process output being inserted in the process buffer.") |
| 89 | from being inserted into the process-buffer.") | ||
| 90 | 89 | ||
| 91 | (defvar-local xscheme-prompt "" | 90 | (defvar-local xscheme-prompt "" |
| 92 | "The current scheme prompt string.") | 91 | "The current scheme prompt string.") |
| @@ -300,7 +299,7 @@ With argument, asks for a command line." | |||
| 300 | 299 | ||
| 301 | (defun scheme-interaction-mode (&optional preserve) | 300 | (defun scheme-interaction-mode (&optional preserve) |
| 302 | "Major mode for interacting with an inferior MIT Scheme process. | 301 | "Major mode for interacting with an inferior MIT Scheme process. |
| 303 | Like scheme-mode except that: | 302 | Like `scheme-mode' except that: |
| 304 | 303 | ||
| 305 | \\[xscheme-send-previous-expression] sends the expression before point to the Scheme process as input | 304 | \\[xscheme-send-previous-expression] sends the expression before point to the Scheme process as input |
| 306 | \\[xscheme-yank-pop] yanks an expression previously sent to Scheme | 305 | \\[xscheme-yank-pop] yanks an expression previously sent to Scheme |
| @@ -315,7 +314,7 @@ in the minibuffer. If an error occurs, the process buffer will | |||
| 315 | automatically pop up to show you the error message. | 314 | automatically pop up to show you the error message. |
| 316 | 315 | ||
| 317 | While the Scheme process is running, the mode lines of all buffers in | 316 | While the Scheme process is running, the mode lines of all buffers in |
| 318 | scheme-mode are modified to show the state of the process. The | 317 | `scheme-mode' are modified to show the state of the process. The |
| 319 | possible states and their meanings are: | 318 | possible states and their meanings are: |
| 320 | 319 | ||
| 321 | input waiting for input | 320 | input waiting for input |
| @@ -353,13 +352,13 @@ Some possible command interpreter types and their meanings are: | |||
| 353 | 352 | ||
| 354 | Starting with release 6.2 of Scheme, the latter two types of command | 353 | Starting with release 6.2 of Scheme, the latter two types of command |
| 355 | interpreters will change the major mode of the Scheme process buffer | 354 | interpreters will change the major mode of the Scheme process buffer |
| 356 | to scheme-debugger-mode , in which the evaluation commands are | 355 | to `scheme-debugger-mode', in which the evaluation commands are |
| 357 | disabled, and the keys which normally self insert instead send | 356 | disabled, and the keys which normally self insert instead send |
| 358 | themselves to the Scheme process. The command character ? will list | 357 | themselves to the Scheme process. The command character ? will list |
| 359 | the available commands. | 358 | the available commands. |
| 360 | 359 | ||
| 361 | For older releases of Scheme, the major mode will be be | 360 | For older releases of Scheme, the major mode will be |
| 362 | scheme-interaction-mode , and the command characters must be sent as | 361 | `scheme-interaction-mode', and the command characters must be sent as |
| 363 | if they were expressions. | 362 | if they were expressions. |
| 364 | 363 | ||
| 365 | Commands: | 364 | Commands: |
| @@ -367,10 +366,8 @@ Delete converts tabs to spaces as it moves back. | |||
| 367 | Blank lines separate paragraphs. Semicolons start comments. | 366 | Blank lines separate paragraphs. Semicolons start comments. |
| 368 | \\{scheme-interaction-mode-map} | 367 | \\{scheme-interaction-mode-map} |
| 369 | 368 | ||
| 370 | Entry to this mode calls the value of scheme-interaction-mode-hook | 369 | Entry to this mode runs `scheme-mode-hook' and then |
| 371 | with no args, if that value is non-nil. | 370 | `scheme-interaction-mode-hook'." |
| 372 | Likewise with the value of scheme-mode-hook. | ||
| 373 | scheme-interaction-mode-hook is called after scheme-mode-hook." | ||
| 374 | ;; FIXME: Use define-derived-mode. | 371 | ;; FIXME: Use define-derived-mode. |
| 375 | (interactive "P") | 372 | (interactive "P") |
| 376 | (if (not preserve) | 373 | (if (not preserve) |
| @@ -456,7 +453,7 @@ with no args, if that value is non-nil. | |||
| 456 | 453 | ||
| 457 | (defun scheme-debugger-mode () | 454 | (defun scheme-debugger-mode () |
| 458 | "Major mode for executing the Scheme debugger. | 455 | "Major mode for executing the Scheme debugger. |
| 459 | Like scheme-mode except that the evaluation commands | 456 | Like `scheme-mode' except that the evaluation commands |
| 460 | are disabled, and characters that would normally be self inserting are | 457 | are disabled, and characters that would normally be self inserting are |
| 461 | sent to the Scheme process instead. Typing ? will show you which | 458 | sent to the Scheme process instead. Typing ? will show you which |
| 462 | characters perform useful functions. | 459 | characters perform useful functions. |
| @@ -593,7 +590,7 @@ See also the commands \\[xscheme-yank-pop] and \\[xscheme-yank-push]." | |||
| 593 | "Insert or replace a just-yanked expression with an older expression. | 590 | "Insert or replace a just-yanked expression with an older expression. |
| 594 | If the previous command was not a yank, it yanks. | 591 | If the previous command was not a yank, it yanks. |
| 595 | Otherwise, the region contains a stretch of reinserted | 592 | Otherwise, the region contains a stretch of reinserted |
| 596 | expression. yank-pop deletes that text and inserts in its | 593 | expression. `yank-pop' deletes that text and inserts in its |
| 597 | place a different expression. | 594 | place a different expression. |
| 598 | 595 | ||
| 599 | With no argument, the next older expression is inserted. | 596 | With no argument, the next older expression is inserted. |
| @@ -620,7 +617,7 @@ comes the newest one." | |||
| 620 | "Insert or replace a just-yanked expression with a more recent expression. | 617 | "Insert or replace a just-yanked expression with a more recent expression. |
| 621 | If the previous command was not a yank, it yanks. | 618 | If the previous command was not a yank, it yanks. |
| 622 | Otherwise, the region contains a stretch of reinserted | 619 | Otherwise, the region contains a stretch of reinserted |
| 623 | expression. yank-pop deletes that text and inserts in its | 620 | expression. `yank-pop' deletes that text and inserts in its |
| 624 | place a different expression. | 621 | place a different expression. |
| 625 | 622 | ||
| 626 | With no argument, the next more recent expression is inserted. | 623 | With no argument, the next more recent expression is inserted. |
diff --git a/lisp/simple.el b/lisp/simple.el index d363f1d91ed..372e153d626 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -5965,7 +5965,7 @@ Used internally by `line-move-visual'.") | |||
| 5965 | "Non-nil means commands that move by lines ignore invisible newlines. | 5965 | "Non-nil means commands that move by lines ignore invisible newlines. |
| 5966 | When this option is non-nil, \\[next-line], \\[previous-line], \\[move-end-of-line], and \\[move-beginning-of-line] behave | 5966 | When this option is non-nil, \\[next-line], \\[previous-line], \\[move-end-of-line], and \\[move-beginning-of-line] behave |
| 5967 | as if newlines that are invisible didn't exist, and count | 5967 | as if newlines that are invisible didn't exist, and count |
| 5968 | only visible newlines. Thus, moving across across 2 newlines | 5968 | only visible newlines. Thus, moving across 2 newlines |
| 5969 | one of which is invisible will be counted as a one-line move. | 5969 | one of which is invisible will be counted as a one-line move. |
| 5970 | Also, a non-nil value causes invisible text to be ignored when | 5970 | Also, a non-nil value causes invisible text to be ignored when |
| 5971 | counting columns for the purposes of keeping point in the same | 5971 | counting columns for the purposes of keeping point in the same |
diff --git a/lisp/sort.el b/lisp/sort.el index 17f2cb0167e..1dee6ef6c56 100644 --- a/lisp/sort.el +++ b/lisp/sort.el | |||
| @@ -406,7 +406,7 @@ the sort order." | |||
| 406 | 406 | ||
| 407 | ;;;###autoload | 407 | ;;;###autoload |
| 408 | (defun sort-regexp-fields (reverse record-regexp key-regexp beg end) | 408 | (defun sort-regexp-fields (reverse record-regexp key-regexp beg end) |
| 409 | "Sort the text in the region region lexicographically. | 409 | "Sort the text in the region lexicographically. |
| 410 | If called interactively, prompt for two regular expressions, | 410 | If called interactively, prompt for two regular expressions, |
| 411 | RECORD-REGEXP and KEY-REGEXP. | 411 | RECORD-REGEXP and KEY-REGEXP. |
| 412 | 412 | ||
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 647ae1b4300..51f0659bf31 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -2022,7 +2022,7 @@ commands that are defined in texinfo.tex for printed output. | |||
| 2022 | (push (- end-of-template start-of-template) | 2022 | (push (- end-of-template start-of-template) |
| 2023 | texinfo-multitable-width-list) | 2023 | texinfo-multitable-width-list) |
| 2024 | ;; Remove carriage return from within a template, if any. | 2024 | ;; Remove carriage return from within a template, if any. |
| 2025 | ;; This helps those those who want to use more than | 2025 | ;; This helps those who want to use more than |
| 2026 | ;; one line's worth of words in @multitable line. | 2026 | ;; one line's worth of words in @multitable line. |
| 2027 | (narrow-to-region start-of-template end-of-template) | 2027 | (narrow-to-region start-of-template end-of-template) |
| 2028 | (goto-char (point-min)) | 2028 | (goto-char (point-min)) |