diff options
| author | Glenn Morris | 2018-02-16 15:16:15 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 15:16:15 -0500 |
| commit | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (patch) | |
| tree | 0fa5ba9ab57893ae3bca46bd09d8b52105f8a17a | |
| parent | 35e5c57db311c3d6c1c3a8dd4edc3d756d1d5d24 (diff) | |
| download | emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.tar.gz emacs-66a4e651f3cf38c320d1a9d5ae6f88dcc641792b.zip | |
; Fix doc typos related to indefinite articles
53 files changed, 84 insertions, 84 deletions
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 8e2a6c96551..4ba49a9acb1 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el | |||
| @@ -399,7 +399,7 @@ use instead of point." | |||
| 399 | (defun holidays (&optional arg) | 399 | (defun holidays (&optional arg) |
| 400 | "Display the holidays for last month, this month, and next month. | 400 | "Display the holidays for last month, this month, and next month. |
| 401 | If called with an optional prefix argument ARG, prompts for month and year. | 401 | If called with an optional prefix argument ARG, prompts for month and year. |
| 402 | This function is suitable for execution in a init file." | 402 | This function is suitable for execution in an init file." |
| 403 | (interactive "P") | 403 | (interactive "P") |
| 404 | (save-excursion | 404 | (save-excursion |
| 405 | (let* ((completion-ignore-case t) | 405 | (let* ((completion-ignore-case t) |
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el index 76afe9b9bfd..bcefb4e340c 100644 --- a/lisp/cedet/ede/cpp-root.el +++ b/lisp/cedet/ede/cpp-root.el | |||
| @@ -137,7 +137,7 @@ | |||
| 137 | ;; Need a way to reconfigure a project, and have it affect all open buffers. | 137 | ;; Need a way to reconfigure a project, and have it affect all open buffers. |
| 138 | ;; From Tobias Gerdin: | 138 | ;; From Tobias Gerdin: |
| 139 | ;; | 139 | ;; |
| 140 | ;; >>3) Is there any way to refresh a ede-cpp-root-project dynamically? I have | 140 | ;; >>3) Is there any way to refresh an ede-cpp-root-project dynamically? I have |
| 141 | ;; >>some file open part of the project, fiddle with the include paths and would | 141 | ;; >>some file open part of the project, fiddle with the include paths and would |
| 142 | ;; >>like the open buffer to notice this when I re-evaluate the | 142 | ;; >>like the open buffer to notice this when I re-evaluate the |
| 143 | ;; >>ede-cpp-root-project constructor. | 143 | ;; >>ede-cpp-root-project constructor. |
diff --git a/lisp/cedet/ede/files.el b/lisp/cedet/ede/files.el index 36ec7a1d894..c95402e365d 100644 --- a/lisp/cedet/ede/files.el +++ b/lisp/cedet/ede/files.el | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | ;; | 25 | ;; |
| 26 | ;; Basic Model: | 26 | ;; Basic Model: |
| 27 | ;; | 27 | ;; |
| 28 | ;; A directory belongs to a project if a ede-project-autoload structure | 28 | ;; A directory belongs to a project if an ede-project-autoload structure |
| 29 | ;; matches your directory. | 29 | ;; matches your directory. |
| 30 | ;; | 30 | ;; |
| 31 | ;; A toplevel project is one where there is no active project above | 31 | ;; A toplevel project is one where there is no active project above |
diff --git a/lisp/cedet/semantic/util-modes.el b/lisp/cedet/semantic/util-modes.el index 6374a0cb089..54c9578773a 100644 --- a/lisp/cedet/semantic/util-modes.el +++ b/lisp/cedet/semantic/util-modes.el | |||
| @@ -782,7 +782,7 @@ If there is no function, disable the header line." | |||
| 782 | (goto-char (semantic-tag-start tag)) | 782 | (goto-char (semantic-tag-start tag)) |
| 783 | ;; Klaus Berndl <klaus.berndl@sdm.de>: | 783 | ;; Klaus Berndl <klaus.berndl@sdm.de>: |
| 784 | ;; goto the tag name; this is especially needed for languages | 784 | ;; goto the tag name; this is especially needed for languages |
| 785 | ;; like c++ where a often used style is like: | 785 | ;; like c++ where an often used style is like: |
| 786 | ;; void | 786 | ;; void |
| 787 | ;; ClassX::methodM(arg1...) | 787 | ;; ClassX::methodM(arg1...) |
| 788 | ;; { | 788 | ;; { |
diff --git a/lisp/cedet/srecode/el.el b/lisp/cedet/srecode/el.el index f5f1265ccda..ff9e1d53f91 100644 --- a/lisp/cedet/srecode/el.el +++ b/lisp/cedet/srecode/el.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | ;; Emacs Lisp specific handlers. To use these handlers in your | 24 | ;; Emacs Lisp specific handlers. To use these handlers in your |
| 25 | ;; template, add the :name part to your template argument list. | 25 | ;; template, add the :name part to your template argument list. |
| 26 | ;; | 26 | ;; |
| 27 | ;; Error if not in a Emacs Lisp mode | 27 | ;; Error if not in an Emacs Lisp mode |
| 28 | 28 | ||
| 29 | ;;; Code: | 29 | ;;; Code: |
| 30 | 30 | ||
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 878256a696e..3ede483dade 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -1192,7 +1192,7 @@ For example, the MH-E package updates this alist as follows: | |||
| 1192 | 1192 | ||
| 1193 | The value of PACKAGE needs to be unique and it needs to match the | 1193 | The value of PACKAGE needs to be unique and it needs to match the |
| 1194 | PACKAGE value appearing in the :package-version keyword. Since | 1194 | PACKAGE value appearing in the :package-version keyword. Since |
| 1195 | the user might see the value in a error message, a good choice is | 1195 | the user might see the value in an error message, a good choice is |
| 1196 | the official name of the package, such as MH-E or Gnus.") | 1196 | the official name of the package, such as MH-E or Gnus.") |
| 1197 | 1197 | ||
| 1198 | ;;;###autoload | 1198 | ;;;###autoload |
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 08e2b978ec7..7e4d244f5e2 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el | |||
| @@ -641,7 +641,7 @@ list of a symbol.") | |||
| 641 | 641 | ||
| 642 | (defun edebug-form-data-symbol () | 642 | (defun edebug-form-data-symbol () |
| 643 | "Return the edebug data symbol of the form where point is in. | 643 | "Return the edebug data symbol of the form where point is in. |
| 644 | If point is not inside a edebuggable form, cause error." | 644 | If point is not inside an edebuggable form, signal an error." |
| 645 | (or (edebug--form-data-name (edebug-get-form-data-entry (point))) | 645 | (or (edebug--form-data-name (edebug-get-form-data-entry (point))) |
| 646 | (error "Not inside instrumented form"))) | 646 | (error "Not inside instrumented form"))) |
| 647 | 647 | ||
diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el index b88a1a5097c..262d4d85941 100644 --- a/lisp/emacs-lisp/ewoc.el +++ b/lisp/emacs-lisp/ewoc.el | |||
| @@ -411,7 +411,7 @@ If the EWOC is empty, nil is returned." | |||
| 411 | ((>= pos (ewoc--node-start-marker (ewoc--node-nth dll -2))) | 411 | ((>= pos (ewoc--node-start-marker (ewoc--node-nth dll -2))) |
| 412 | (ewoc--node-nth dll -2)) | 412 | (ewoc--node-nth dll -2)) |
| 413 | 413 | ||
| 414 | ;; We now know that pos is within a elem. | 414 | ;; We now know that pos is within an elem. |
| 415 | (t | 415 | (t |
| 416 | ;; Make an educated guess about which of the three known | 416 | ;; Make an educated guess about which of the three known |
| 417 | ;; node'es (the first, the last, or GUESS) is nearest. | 417 | ;; node'es (the first, the last, or GUESS) is nearest. |
diff --git a/lisp/epa.el b/lisp/epa.el index 7878340fcd4..a84e4f2b854 100644 --- a/lisp/epa.el +++ b/lisp/epa.el | |||
| @@ -267,7 +267,7 @@ You should bind this variable with `let', but do not set it globally.") | |||
| 267 | (defvar epa-exit-buffer-function #'quit-window) | 267 | (defvar epa-exit-buffer-function #'quit-window) |
| 268 | 268 | ||
| 269 | (define-widget 'epa-key 'push-button | 269 | (define-widget 'epa-key 'push-button |
| 270 | "Button for representing a epg-key object." | 270 | "Button for representing an epg-key object." |
| 271 | :format "%[%v%]" | 271 | :format "%[%v%]" |
| 272 | :button-face-get 'epa--key-widget-button-face-get | 272 | :button-face-get 'epa--key-widget-button-face-get |
| 273 | :value-create 'epa--key-widget-value-create | 273 | :value-create 'epa--key-widget-value-create |
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index ddab3350493..61c0ebc71d0 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el | |||
| @@ -80,7 +80,7 @@ | |||
| 80 | ;; | 80 | ;; |
| 81 | ;; echo x$(+ 1 2) "String $(+ 1 2)" | 81 | ;; echo x$(+ 1 2) "String $(+ 1 2)" |
| 82 | ;; | 82 | ;; |
| 83 | ;; To pass a Lisp symbol as a argument, use the alternate quoting | 83 | ;; To pass a Lisp symbol as an argument, use the alternate quoting |
| 84 | ;; syntax, since the single quote character is far too overused in | 84 | ;; syntax, since the single quote character is far too overused in |
| 85 | ;; shell syntax: | 85 | ;; shell syntax: |
| 86 | ;; | 86 | ;; |
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index 841a95006f1..59fb9b926d4 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el | |||
| @@ -87,7 +87,7 @@ variable's value to take effect." | |||
| 87 | "Called each time a process is exec'd by `eshell-gather-process-output'. | 87 | "Called each time a process is exec'd by `eshell-gather-process-output'. |
| 88 | It is passed one argument, which is the process that was just started. | 88 | It is passed one argument, which is the process that was just started. |
| 89 | It is useful for things that must be done each time a process is | 89 | It is useful for things that must be done each time a process is |
| 90 | executed in a eshell mode buffer (e.g., `process-kill-without-query'). | 90 | executed in an eshell mode buffer (e.g., `process-kill-without-query'). |
| 91 | In contrast, `eshell-mode-hook' is only executed once when the buffer | 91 | In contrast, `eshell-mode-hook' is only executed once when the buffer |
| 92 | is created." | 92 | is created." |
| 93 | :type 'hook | 93 | :type 'hook |
diff --git a/lisp/faces.el b/lisp/faces.el index 0fe839d620e..18b821a0b69 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -698,7 +698,7 @@ Otherwise, VALUE must be a property list of the form: | |||
| 698 | 698 | ||
| 699 | `(:color COLOR :style STYLE)'. | 699 | `(:color COLOR :style STYLE)'. |
| 700 | 700 | ||
| 701 | COLOR can be a either a color name string or `foreground-color'. | 701 | COLOR can be either a color name string or `foreground-color'. |
| 702 | STYLE can be either `line' or `wave'. | 702 | STYLE can be either `line' or `wave'. |
| 703 | If a keyword/value pair is missing from the property list, a | 703 | If a keyword/value pair is missing from the property list, a |
| 704 | default value will be used for the value. | 704 | default value will be used for the value. |
diff --git a/lisp/ffap.el b/lisp/ffap.el index d584692533a..4e479d1b82b 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -1081,7 +1081,7 @@ If a given RFC isn't in these then `ffap-rfc-path' is offered." | |||
| 1081 | ;; * strip trailing "@" and ":" | 1081 | ;; * strip trailing "@" and ":" |
| 1082 | ;; * no commas (good for latex) | 1082 | ;; * no commas (good for latex) |
| 1083 | (file "--:\\\\${}+<>@-Z_[:alpha:]~*?" "<@" "@>;.,!:") | 1083 | (file "--:\\\\${}+<>@-Z_[:alpha:]~*?" "<@" "@>;.,!:") |
| 1084 | ;; An url, or maybe a email/news message-id: | 1084 | ;; An url, or maybe an email/news message-id: |
| 1085 | (url "--:=&?$+@-Z_[:alpha:]~#,%;*()!'" "^[0-9a-zA-Z]" ":;.,!?") | 1085 | (url "--:=&?$+@-Z_[:alpha:]~#,%;*()!'" "^[0-9a-zA-Z]" ":;.,!?") |
| 1086 | ;; Find a string that does *not* contain a colon: | 1086 | ;; Find a string that does *not* contain a colon: |
| 1087 | (nocolon "--9$+<>@-Z_[:alpha:]~" "<@" "@>;.,!?") | 1087 | (nocolon "--9$+<>@-Z_[:alpha:]~" "<@" "@>;.,!?") |
diff --git a/lisp/filenotify.el b/lisp/filenotify.el index 562ac266e44..986dc093bc9 100644 --- a/lisp/filenotify.el +++ b/lisp/filenotify.el | |||
| @@ -420,7 +420,7 @@ DESCRIPTOR should be an object returned by `file-notify-add-watch'." | |||
| 420 | ;; TODO: | 420 | ;; TODO: |
| 421 | ;; * Watching a /dir/file may receive events for dir. | 421 | ;; * Watching a /dir/file may receive events for dir. |
| 422 | ;; (This may be the desired behaviour.) | 422 | ;; (This may be the desired behaviour.) |
| 423 | ;; * Watching a file in a already watched directory | 423 | ;; * Watching a file in an already watched directory |
| 424 | ;; If the file is created and *then* a watch is added to that file, the | 424 | ;; If the file is created and *then* a watch is added to that file, the |
| 425 | ;; watch might receive events which occurred prior to it being created, | 425 | ;; watch might receive events which occurred prior to it being created, |
| 426 | ;; due to the way events are propagated during idle time. Note: This | 426 | ;; due to the way events are propagated during idle time. Note: This |
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index 5dd4eaab9a5..b2de1196439 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/gnus-agent.el | |||
| @@ -451,7 +451,7 @@ manipulated as follows: | |||
| 451 | (defvar gnus-agent-mode-status '(gnus-agent-mode " Plugged")) | 451 | (defvar gnus-agent-mode-status '(gnus-agent-mode " Plugged")) |
| 452 | 452 | ||
| 453 | (defun gnus-agent-mode () | 453 | (defun gnus-agent-mode () |
| 454 | "Minor mode for providing a agent support in Gnus buffers." | 454 | "Minor mode for providing agent support in Gnus buffers." |
| 455 | (let* ((buffer (progn (string-match "^gnus-\\(.*\\)-mode$" | 455 | (let* ((buffer (progn (string-match "^gnus-\\(.*\\)-mode$" |
| 456 | (symbol-name major-mode)) | 456 | (symbol-name major-mode)) |
| 457 | (match-string 1 (symbol-name major-mode)))) | 457 | (match-string 1 (symbol-name major-mode)))) |
diff --git a/lisp/gnus/gnus-cache.el b/lisp/gnus/gnus-cache.el index c5a2575b9ad..c3e77ca59b0 100644 --- a/lisp/gnus/gnus-cache.el +++ b/lisp/gnus/gnus-cache.el | |||
| @@ -443,7 +443,7 @@ A group name is decoded according to | |||
| 443 | decoded again according to `nnmail-pathname-coding-system', | 443 | decoded again according to `nnmail-pathname-coding-system', |
| 444 | `file-name-coding-system', or `default-file-name-coding-system'. | 444 | `file-name-coding-system', or `default-file-name-coding-system'. |
| 445 | 445 | ||
| 446 | It is used when asking for a original group name from a cache | 446 | It is used when asking for an original group name from a cache |
| 447 | directory name, in which non-ASCII characters might have been unified | 447 | directory name, in which non-ASCII characters might have been unified |
| 448 | into the ones of a certain charset particularly if the `utf-8' coding | 448 | into the ones of a certain charset particularly if the `utf-8' coding |
| 449 | system for example was used.") | 449 | system for example was used.") |
diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el index d0557dc7e4d..40c6d511115 100644 --- a/lisp/gnus/gnus-fun.el +++ b/lisp/gnus/gnus-fun.el | |||
| @@ -66,7 +66,7 @@ | |||
| 66 | (defcustom gnus-convert-image-to-x-face-command | 66 | (defcustom gnus-convert-image-to-x-face-command |
| 67 | "convert -scale 48x48! %s xbm:- | xbm2xface.pl" | 67 | "convert -scale 48x48! %s xbm:- | xbm2xface.pl" |
| 68 | "Command for converting an image to an X-Face. | 68 | "Command for converting an image to an X-Face. |
| 69 | The command must take a image filename (use \"%s\") as input. | 69 | The command must take an image filename (use \"%s\") as input. |
| 70 | The output must be the X-Face header data on stdout." | 70 | The output must be the X-Face header data on stdout." |
| 71 | :version "22.1" | 71 | :version "22.1" |
| 72 | :group 'gnus-fun | 72 | :group 'gnus-fun |
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 1448ba2df39..4af818d9165 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -2629,11 +2629,11 @@ a string, be sure to use a valid format, see RFC 2616." | |||
| 2629 | 2629 | ||
| 2630 | ;; Propagate flags to server, with the following exceptions: | 2630 | ;; Propagate flags to server, with the following exceptions: |
| 2631 | ;; `seen' is private to each gnus installation | 2631 | ;; `seen' is private to each gnus installation |
| 2632 | ;; `cache' is a internal gnus flag for each gnus installation | 2632 | ;; `cache' is an internal gnus flag for each gnus installation |
| 2633 | ;; `download' is a agent flag private to each gnus installation | 2633 | ;; `download' is an agent flag private to each gnus installation |
| 2634 | ;; `unsend' are for nndraft groups only | 2634 | ;; `unsend' are for nndraft groups only |
| 2635 | ;; `score' is not a proper mark | 2635 | ;; `score' is not a proper mark |
| 2636 | ;; `bookmark': don't propagated it, or fix the bug in update-mark. | 2636 | ;; `bookmark': don't propagate it, or fix the bug in update-mark. |
| 2637 | (defconst gnus-article-unpropagated-mark-lists | 2637 | (defconst gnus-article-unpropagated-mark-lists |
| 2638 | '(seen cache download unsend score bookmark unexist) | 2638 | '(seen cache download unsend score bookmark unexist) |
| 2639 | "Marks that shouldn't be propagated to back ends. | 2639 | "Marks that shouldn't be propagated to back ends. |
diff --git a/lisp/hexl.el b/lisp/hexl.el index 681a26b6809..d716405f97a 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el | |||
| @@ -890,7 +890,7 @@ This discards the buffer's undo information." | |||
| 890 | (error "Invalid hex digit `%c'" ch))))) | 890 | (error "Invalid hex digit `%c'" ch))))) |
| 891 | 891 | ||
| 892 | (defun hexl-oct-char-to-integer (character) | 892 | (defun hexl-oct-char-to-integer (character) |
| 893 | "Take a char and return its value as if it was a octal digit." | 893 | "Take a char and return its value as if it was an octal digit." |
| 894 | (if (and (>= character ?0) (<= character ?7)) | 894 | (if (and (>= character ?0) (<= character ?7)) |
| 895 | (- character ?0) | 895 | (- character ?0) |
| 896 | (error "Invalid octal digit `%c'" character))) | 896 | (error "Invalid octal digit `%c'" character))) |
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 82c0a89561d..dfa6bde2972 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el | |||
| @@ -1630,7 +1630,7 @@ TEXT-ID marks a unique position within a block. It is set to | |||
| 1630 | value of `point' at the current buffer position. | 1630 | value of `point' at the current buffer position. |
| 1631 | 1631 | ||
| 1632 | TEXT-BEGINS-BLOCK-P is a boolean and is non-nil if the current | 1632 | TEXT-BEGINS-BLOCK-P is a boolean and is non-nil if the current |
| 1633 | span also begins a invisible portion of text. | 1633 | span also begins an invisible portion of text. |
| 1634 | 1634 | ||
| 1635 | An implementation can use TEXT-BLOCK, TEXT-ID, | 1635 | An implementation can use TEXT-BLOCK, TEXT-ID, |
| 1636 | TEXT-BEGINS-BLOCK-P to implement fold/unfold-on-mouse-click like | 1636 | TEXT-BEGINS-BLOCK-P to implement fold/unfold-on-mouse-click like |
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 45eabfcb40f..6f912074517 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el | |||
| @@ -823,7 +823,7 @@ | |||
| 823 | '("FreeMono" . "iso10646-1") nil 'prepend) | 823 | '("FreeMono" . "iso10646-1") nil 'prepend) |
| 824 | 824 | ||
| 825 | ;; Since standard-fontset-spec on X uses fixed-medium font, which | 825 | ;; Since standard-fontset-spec on X uses fixed-medium font, which |
| 826 | ;; gets mapped to a iso8859-1 variant, we would like to prefer its | 826 | ;; gets mapped to an iso8859-1 variant, we would like to prefer its |
| 827 | ;; iso10646-1 variant for symbols, where the coverage is known to be | 827 | ;; iso10646-1 variant for symbols, where the coverage is known to be |
| 828 | ;; good. | 828 | ;; good. |
| 829 | (dolist (symbol-subgroup | 829 | (dolist (symbol-subgroup |
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 623a8291245..91aeb4187db 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el | |||
| @@ -410,7 +410,7 @@ or else nil to insert it at the beginning. | |||
| 410 | 410 | ||
| 411 | DELETED's elements are elements of OLD-HEADERS. | 411 | DELETED's elements are elements of OLD-HEADERS. |
| 412 | CHANGED's elements have the form (OLD . NEW) | 412 | CHANGED's elements have the form (OLD . NEW) |
| 413 | where OLD is a element of OLD-HEADERS and NEW is an element of NEW-HEADERS." | 413 | where OLD is an element of OLD-HEADERS and NEW is an element of NEW-HEADERS." |
| 414 | 414 | ||
| 415 | (let ((reverse-new (reverse new-headers)) | 415 | (let ((reverse-new (reverse new-headers)) |
| 416 | inserted deleted changed) | 416 | inserted deleted changed) |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 63d7a2973fb..05ff672da52 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -831,7 +831,7 @@ This assumes that a temporary buffer is set up." | |||
| 831 | (expand-file-name "flists" dir))))))))) | 831 | (expand-file-name "flists" dir))))))))) |
| 832 | 832 | ||
| 833 | (defun mh-file-command-p (file) | 833 | (defun mh-file-command-p (file) |
| 834 | "Return t if file FILE is the name of a executable regular file." | 834 | "Return t if file FILE is the name of an executable regular file." |
| 835 | (and (file-regular-p file) (file-executable-p file))) | 835 | (and (file-regular-p file) (file-executable-p file))) |
| 836 | 836 | ||
| 837 | (defun mh-variant-set-variant (variant) | 837 | (defun mh-variant-set-variant (variant) |
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index 967eb869a25..e2c682a3996 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el | |||
| @@ -1242,7 +1242,7 @@ MESSAGE number." | |||
| 1242 | "message/rfc822" | 1242 | "message/rfc822" |
| 1243 | (if (string= "" description) nil description) | 1243 | (if (string= "" description) nil description) |
| 1244 | "inline")) | 1244 | "inline")) |
| 1245 | (t (error "The message number, %s, is not a integer" msg))))) | 1245 | (t (error "The message number, %s, is not an integer" msg))))) |
| 1246 | 1246 | ||
| 1247 | (defun mh-mh-forward-message (&optional description folder messages) | 1247 | (defun mh-mh-forward-message (&optional description folder messages) |
| 1248 | "Add tag to forward a message. | 1248 | "Add tag to forward a message. |
diff --git a/lisp/mh-e/mh-search.el b/lisp/mh-e/mh-search.el index 3e591c65383..8b8ba964560 100644 --- a/lisp/mh-e/mh-search.el +++ b/lisp/mh-e/mh-search.el | |||
| @@ -443,7 +443,7 @@ search all folders." | |||
| 443 | (setq redo-flag t)) | 443 | (setq redo-flag t)) |
| 444 | ((mh-folder-exists-p new-folder) | 444 | ((mh-folder-exists-p new-folder) |
| 445 | ;; Folder exists but we don't have it open. That means they are | 445 | ;; Folder exists but we don't have it open. That means they are |
| 446 | ;; stale results from a old flists search. Clear it out. | 446 | ;; stale results from an old flists search. Clear it out. |
| 447 | (mh-exec-cmd-quiet nil "rmf" new-folder))) | 447 | (mh-exec-cmd-quiet nil "rmf" new-folder))) |
| 448 | (setq message (mh-search "+" mh-flists-results-folder | 448 | (setq message (mh-search "+" mh-flists-results-folder |
| 449 | redo-flag window-config) | 449 | redo-flag window-config) |
| @@ -1583,7 +1583,7 @@ If the folder returned doesn't exist then it is created." | |||
| 1583 | chosen-name)) | 1583 | chosen-name)) |
| 1584 | 1584 | ||
| 1585 | (defun mh-index-folder-search-regexp (folder) | 1585 | (defun mh-index-folder-search-regexp (folder) |
| 1586 | "If FOLDER was created by a index search, return the search regexp. | 1586 | "If FOLDER was created by an index search, return the search regexp. |
| 1587 | Return nil if FOLDER doesn't exist or the .mhe_index file is | 1587 | Return nil if FOLDER doesn't exist or the .mhe_index file is |
| 1588 | garbled." | 1588 | garbled." |
| 1589 | (ignore-errors | 1589 | (ignore-errors |
| @@ -1912,7 +1912,7 @@ origin-index) map is updated too." | |||
| 1912 | 1912 | ||
| 1913 | (defun mh-index-update-single-msg (msg checksum origin-map) | 1913 | (defun mh-index-update-single-msg (msg checksum origin-map) |
| 1914 | "Update various maps for one message. | 1914 | "Update various maps for one message. |
| 1915 | MSG is a index folder message, CHECKSUM its MD5 hash and | 1915 | MSG is an index folder message, CHECKSUM its MD5 hash and |
| 1916 | ORIGIN-MAP, if non-nil, a hash table containing which maps each | 1916 | ORIGIN-MAP, if non-nil, a hash table containing which maps each |
| 1917 | message in the index folder to the folder and message that it was | 1917 | message in the index folder to the folder and message that it was |
| 1918 | copied from. The function updates the hash tables | 1918 | copied from. The function updates the hash tables |
diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index ea17fb518e2..85c9308c0d2 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el | |||
| @@ -202,7 +202,7 @@ For the meaning of the rest of the parameters, see `gnutls-boot-parameters'." | |||
| 202 | "boot: %s" params) | 202 | "boot: %s" params) |
| 203 | 203 | ||
| 204 | (when (gnutls-errorp ret) | 204 | (when (gnutls-errorp ret) |
| 205 | ;; This is a error from the underlying C code. | 205 | ;; This is an error from the underlying C code. |
| 206 | (signal 'gnutls-error (list process ret))) | 206 | (signal 'gnutls-error (list process ret))) |
| 207 | 207 | ||
| 208 | process)) | 208 | process)) |
diff --git a/lisp/nxml/xsd-regexp.el b/lisp/nxml/xsd-regexp.el index f83dad57510..54f56dded37 100644 --- a/lisp/nxml/xsd-regexp.el +++ b/lisp/nxml/xsd-regexp.el | |||
| @@ -208,7 +208,7 @@ Signal an error if it is not." | |||
| 208 | (nreverse (xsdre-compile-regexp re nil)))) | 208 | (nreverse (xsdre-compile-regexp re nil)))) |
| 209 | 209 | ||
| 210 | (defun xsdre-compile-regexp (re accum) | 210 | (defun xsdre-compile-regexp (re accum) |
| 211 | "Return a Emacs regular expression for the symbolic regexp RE. | 211 | "Return an Emacs regular expression for the symbolic regexp RE. |
| 212 | Returns a list of strings whose head is the regexp for RE | 212 | Returns a list of strings whose head is the regexp for RE |
| 213 | and whose tail is ACCUM." | 213 | and whose tail is ACCUM." |
| 214 | (cond ((not (consp re)) | 214 | (cond ((not (consp re)) |
| @@ -271,7 +271,7 @@ and whose tail is ACCUM." | |||
| 271 | (t (xsdre-compile-char-class re accum)))) | 271 | (t (xsdre-compile-char-class re accum)))) |
| 272 | 272 | ||
| 273 | (defun xsdre-compile-char-class (cc accum) | 273 | (defun xsdre-compile-char-class (cc accum) |
| 274 | "Return a Emacs regular expression for the symbolic character class CC. | 274 | "Return an Emacs regular expression for the symbolic character class CC. |
| 275 | Returns a list of strings whose head is the regexp for CC | 275 | Returns a list of strings whose head is the regexp for CC |
| 276 | and whose tail is ACCUM." | 276 | and whose tail is ACCUM." |
| 277 | (cons (if (integerp cc) | 277 | (cons (if (integerp cc) |
| @@ -450,7 +450,7 @@ LOWER ::= UNICODE | |||
| 450 | UPPER ::= UNICODE | 450 | UPPER ::= UNICODE |
| 451 | SYMBOLIC-CHAR-CLASS ::= SYMBOL | 451 | SYMBOLIC-CHAR-CLASS ::= SYMBOL |
| 452 | 452 | ||
| 453 | where UNICODE is a integer specifying a Unicode code-point and | 453 | where UNICODE is an integer specifying a Unicode code-point and |
| 454 | SYMBOLIC-CHAR-CLASS is a symbol which has either a `xsdre-char-class' | 454 | SYMBOLIC-CHAR-CLASS is a symbol which has either a `xsdre-char-class' |
| 455 | property whose value is a CHAR-CLASS, or a `xsdre-ranges' property | 455 | property whose value is a CHAR-CLASS, or a `xsdre-ranges' property |
| 456 | whose value is a range-list." | 456 | whose value is a range-list." |
diff --git a/lisp/org/ob-core.el b/lisp/org/ob-core.el index 5f378b2173f..0e2e78a6710 100644 --- a/lisp/org/ob-core.el +++ b/lisp/org/ob-core.el | |||
| @@ -363,7 +363,7 @@ a window into the `org-babel-get-src-block-info' function." | |||
| 363 | ;;;###autoload | 363 | ;;;###autoload |
| 364 | (defun org-babel-expand-src-block-maybe () | 364 | (defun org-babel-expand-src-block-maybe () |
| 365 | "Conditionally expand a source block. | 365 | "Conditionally expand a source block. |
| 366 | Detect if this is context for a org-babel src-block and if so | 366 | Detect if this is context for an org-babel src-block and if so |
| 367 | then run `org-babel-expand-src-block'." | 367 | then run `org-babel-expand-src-block'." |
| 368 | (interactive) | 368 | (interactive) |
| 369 | (org-babel-when-in-src-block | 369 | (org-babel-when-in-src-block |
| @@ -372,7 +372,7 @@ then run `org-babel-expand-src-block'." | |||
| 372 | ;;;###autoload | 372 | ;;;###autoload |
| 373 | (defun org-babel-load-in-session-maybe () | 373 | (defun org-babel-load-in-session-maybe () |
| 374 | "Conditionally load a source block in a session. | 374 | "Conditionally load a source block in a session. |
| 375 | Detect if this is context for a org-babel src-block and if so | 375 | Detect if this is context for an org-babel src-block and if so |
| 376 | then run `org-babel-load-in-session'." | 376 | then run `org-babel-load-in-session'." |
| 377 | (interactive) | 377 | (interactive) |
| 378 | (org-babel-when-in-src-block | 378 | (org-babel-when-in-src-block |
| @@ -383,7 +383,7 @@ then run `org-babel-load-in-session'." | |||
| 383 | ;;;###autoload | 383 | ;;;###autoload |
| 384 | (defun org-babel-pop-to-session-maybe () | 384 | (defun org-babel-pop-to-session-maybe () |
| 385 | "Conditionally pop to a session. | 385 | "Conditionally pop to a session. |
| 386 | Detect if this is context for a org-babel src-block and if so | 386 | Detect if this is context for an org-babel src-block and if so |
| 387 | then run `org-babel-switch-to-session'." | 387 | then run `org-babel-switch-to-session'." |
| 388 | (interactive) | 388 | (interactive) |
| 389 | (org-babel-when-in-src-block | 389 | (org-babel-when-in-src-block |
diff --git a/lisp/org/ob-org.el b/lisp/org/ob-org.el index e52283848e4..310aaec3f39 100644 --- a/lisp/org/ob-org.el +++ b/lisp/org/ob-org.el | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | 34 | ||
| 35 | (defvar org-babel-default-header-args:org | 35 | (defvar org-babel-default-header-args:org |
| 36 | '((:results . "raw silent") (:exports . "code")) | 36 | '((:results . "raw silent") (:exports . "code")) |
| 37 | "Default arguments for evaluating a org source block.") | 37 | "Default arguments for evaluating an org source block.") |
| 38 | 38 | ||
| 39 | (defvar org-babel-org-default-header | 39 | (defvar org-babel-org-default-header |
| 40 | "#+TITLE: default empty header\n" | 40 | "#+TITLE: default empty header\n" |
diff --git a/lisp/org/ob-picolisp.el b/lisp/org/ob-picolisp.el index b6dc8986f95..fd129b899b2 100644 --- a/lisp/org/ob-picolisp.el +++ b/lisp/org/ob-picolisp.el | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | ;; (http://picolisp.com/5000/-2.html). PicoLisp is included in some | 35 | ;; (http://picolisp.com/5000/-2.html). PicoLisp is included in some |
| 36 | ;; GNU/Linux Distributions, and can be downloaded here: | 36 | ;; GNU/Linux Distributions, and can be downloaded here: |
| 37 | ;; http://software-lab.de/down.html. It ships with a picolisp-mode and | 37 | ;; http://software-lab.de/down.html. It ships with a picolisp-mode and |
| 38 | ;; a inferior-picolisp-mode for Emacs (to be found in the /lib/el/ | 38 | ;; an inferior-picolisp-mode for Emacs (to be found in the /lib/el/ |
| 39 | ;; directory). | 39 | ;; directory). |
| 40 | 40 | ||
| 41 | ;; Although it might seem more natural to use Emacs Lisp for most | 41 | ;; Although it might seem more natural to use Emacs Lisp for most |
diff --git a/lisp/org/org-eww.el b/lisp/org/org-eww.el index 0792c87a6a4..3d9dddcac03 100644 --- a/lisp/org/org-eww.el +++ b/lisp/org/org-eww.el | |||
| @@ -25,9 +25,9 @@ | |||
| 25 | ;;; Commentary: | 25 | ;;; Commentary: |
| 26 | 26 | ||
| 27 | ;; When this module is active `org-store-link' (often on key C-c l) in | 27 | ;; When this module is active `org-store-link' (often on key C-c l) in |
| 28 | ;; a eww buffer stores a link to the current url of the eww buffer. | 28 | ;; an EWW buffer stores a link to the current url of the eww buffer. |
| 29 | 29 | ||
| 30 | ;; In an eww buffer function `org-eww-copy-for-org-mode' kills either | 30 | ;; In an EWW buffer function `org-eww-copy-for-org-mode' kills either |
| 31 | ;; a region or the whole buffer if no region is set and transforms the | 31 | ;; a region or the whole buffer if no region is set and transforms the |
| 32 | ;; text on the fly so that it can be pasted into an Org buffer with | 32 | ;; text on the fly so that it can be pasted into an Org buffer with |
| 33 | ;; hot links. | 33 | ;; hot links. |
| @@ -58,7 +58,7 @@ | |||
| 58 | ;; Store Org-link in eww-mode buffer | 58 | ;; Store Org-link in eww-mode buffer |
| 59 | (org-link-set-parameters "eww" :follow #'eww :store #'org-eww-store-link) | 59 | (org-link-set-parameters "eww" :follow #'eww :store #'org-eww-store-link) |
| 60 | (defun org-eww-store-link () | 60 | (defun org-eww-store-link () |
| 61 | "Store a link to the url of a Eww buffer." | 61 | "Store a link to the url of an EWW buffer." |
| 62 | (when (eq major-mode 'eww-mode) | 62 | (when (eq major-mode 'eww-mode) |
| 63 | (org-store-link-props | 63 | (org-store-link-props |
| 64 | :type "eww" | 64 | :type "eww" |
diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el index 3cbbc78dce5..27c2bb28d0f 100644 --- a/lisp/org/org-protocol.el +++ b/lisp/org/org-protocol.el | |||
| @@ -663,7 +663,7 @@ to deal with new-style links.") | |||
| 663 | ;;; Org specific functions: | 663 | ;;; Org specific functions: |
| 664 | 664 | ||
| 665 | (defun org-protocol-create-for-org () | 665 | (defun org-protocol-create-for-org () |
| 666 | "Create a Org protocol project for the current file's project. | 666 | "Create an Org protocol project for the current file's project. |
| 667 | The visited file needs to be part of a publishing project in | 667 | The visited file needs to be part of a publishing project in |
| 668 | `org-publish-project-alist' for this to work. The function | 668 | `org-publish-project-alist' for this to work. The function |
| 669 | delegates most of the work to `org-protocol-create'." | 669 | delegates most of the work to `org-protocol-create'." |
diff --git a/lisp/org/ox-html.el b/lisp/org/ox-html.el index 06edb821e1a..83f6479bd4a 100644 --- a/lisp/org/ox-html.el +++ b/lisp/org/ox-html.el | |||
| @@ -2697,7 +2697,7 @@ holding contextual information." | |||
| 2697 | 2697 | ||
| 2698 | (defun org-html-format-inlinetask-default-function | 2698 | (defun org-html-format-inlinetask-default-function |
| 2699 | (todo todo-type priority text tags contents info) | 2699 | (todo todo-type priority text tags contents info) |
| 2700 | "Default format function for a inlinetasks. | 2700 | "Default format function for inlinetasks. |
| 2701 | See `org-html-format-inlinetask-function' for details." | 2701 | See `org-html-format-inlinetask-function' for details." |
| 2702 | (format "<div class=\"inlinetask\">\n<b>%s</b>%s\n%s</div>" | 2702 | (format "<div class=\"inlinetask\">\n<b>%s</b>%s\n%s</div>" |
| 2703 | (org-html-format-headline-default-function | 2703 | (org-html-format-headline-default-function |
diff --git a/lisp/org/ox-latex.el b/lisp/org/ox-latex.el index a656e065b94..c32aa298047 100644 --- a/lisp/org/ox-latex.el +++ b/lisp/org/ox-latex.el | |||
| @@ -2125,7 +2125,7 @@ holding contextual information." | |||
| 2125 | 2125 | ||
| 2126 | (defun org-latex-format-inlinetask-default-function | 2126 | (defun org-latex-format-inlinetask-default-function |
| 2127 | (todo _todo-type priority title tags contents _info) | 2127 | (todo _todo-type priority title tags contents _info) |
| 2128 | "Default format function for a inlinetasks. | 2128 | "Default format function for inlinetasks. |
| 2129 | See `org-latex-format-inlinetask-function' for details." | 2129 | See `org-latex-format-inlinetask-function' for details." |
| 2130 | (let ((full-title | 2130 | (let ((full-title |
| 2131 | (concat (when todo (format "\\textbf{\\textsf{\\textsc{%s}}} " todo)) | 2131 | (concat (when todo (format "\\textbf{\\textsf{\\textsc{%s}}} " todo)) |
diff --git a/lisp/org/ox-texinfo.el b/lisp/org/ox-texinfo.el index fd4235a79df..d877c9c63a2 100644 --- a/lisp/org/ox-texinfo.el +++ b/lisp/org/ox-texinfo.el | |||
| @@ -958,7 +958,7 @@ holding contextual information." | |||
| 958 | 958 | ||
| 959 | (defun org-texinfo-format-inlinetask-default-function | 959 | (defun org-texinfo-format-inlinetask-default-function |
| 960 | (todo _todo-type priority title tags contents) | 960 | (todo _todo-type priority title tags contents) |
| 961 | "Default format function for a inlinetasks. | 961 | "Default format function for inlinetasks. |
| 962 | See `org-texinfo-format-inlinetask-function' for details." | 962 | See `org-texinfo-format-inlinetask-function' for details." |
| 963 | (let ((full-title | 963 | (let ((full-title |
| 964 | (concat (when todo (format "@strong{%s} " todo)) | 964 | (concat (when todo (format "@strong{%s} " todo)) |
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index d09ee52c97b..2d3f6e22a6c 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el | |||
| @@ -2479,7 +2479,7 @@ and the offset." | |||
| 2479 | (forward-word-strictly -1)) | 2479 | (forward-word-strictly -1)) |
| 2480 | 2480 | ||
| 2481 | ;; If there is a parameter list, and we have a function declaration | 2481 | ;; If there is a parameter list, and we have a function declaration |
| 2482 | ;; or a access to subprogram declaration | 2482 | ;; or access to subprogram declaration |
| 2483 | (let ((num-back 1)) | 2483 | (let ((num-back 1)) |
| 2484 | (if (and (= (following-char) ?\() | 2484 | (if (and (= (following-char) ?\() |
| 2485 | (save-excursion | 2485 | (save-excursion |
diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el index 02f7e3954ec..f1ed01e3cc7 100644 --- a/lisp/progmodes/ada-stmt.el +++ b/lisp/progmodes/ada-stmt.el | |||
| @@ -415,13 +415,13 @@ Invoke right after `ada-function-spec' or `ada-procedure-spec'." | |||
| 415 | 415 | ||
| 416 | 416 | ||
| 417 | (define-skeleton ada-entry-family-prompt-discriminant | 417 | (define-skeleton ada-entry-family-prompt-discriminant |
| 418 | "Insert a entry specification, prompting for the entry name." | 418 | "Insert an entry specification, prompting for the entry name." |
| 419 | "[discriminant name]: " | 419 | "[discriminant name]: " |
| 420 | str) | 420 | str) |
| 421 | 421 | ||
| 422 | 422 | ||
| 423 | (define-skeleton ada-entry-family | 423 | (define-skeleton ada-entry-family |
| 424 | "Insert a entry specification, prompting for the entry name." | 424 | "Insert an entry specification, prompting for the entry name." |
| 425 | "[entry name]: " | 425 | "[entry name]: " |
| 426 | "entry " str | 426 | "entry " str |
| 427 | " (" (ada-entry-family-prompt-discriminant) ")" | 427 | " (" (ada-entry-family-prompt-discriminant) ")" |
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 921db6b46d8..1d4fd4f2bce 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el | |||
| @@ -1562,7 +1562,7 @@ The search for a correct position is as follows: | |||
| 1562 | 1562 | ||
| 1563 | * If search is within an area where options can be inserted, use the | 1563 | * If search is within an area where options can be inserted, use the |
| 1564 | position of point. Inside the options section and if point is in | 1564 | position of point. Inside the options section and if point is in |
| 1565 | the middle of a option definition, skip the rest of it. | 1565 | the middle of an option definition, skip the rest of it. |
| 1566 | * If an options section already exists, insert the options at the end. | 1566 | * If an options section already exists, insert the options at the end. |
| 1567 | If only the beginning of the area is visible, insert at the | 1567 | If only the beginning of the area is visible, insert at the |
| 1568 | beginning. | 1568 | beginning. |
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index ed8dc6de239..c9e1cf2427d 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -10327,7 +10327,7 @@ comment at the start of cc-engine.el for more info." | |||
| 10327 | b-pos))) | 10327 | b-pos))) |
| 10328 | 10328 | ||
| 10329 | (defun c-backward-typed-enum-colon () | 10329 | (defun c-backward-typed-enum-colon () |
| 10330 | ;; We're at a "{" which might be the opening brace of a enum which is | 10330 | ;; We're at a "{" which might be the opening brace of an enum which is |
| 10331 | ;; strongly typed (by a ":" followed by a type). If this is the case, leave | 10331 | ;; strongly typed (by a ":" followed by a type). If this is the case, leave |
| 10332 | ;; point before the colon and return t. Otherwise leave point unchanged and return nil. | 10332 | ;; point before the colon and return t. Otherwise leave point unchanged and return nil. |
| 10333 | ;; Match data will be clobbered. | 10333 | ;; Match data will be clobbered. |
diff --git a/lisp/progmodes/cc-menus.el b/lisp/progmodes/cc-menus.el index ae7759ef451..a42fe27b96c 100644 --- a/lisp/progmodes/cc-menus.el +++ b/lisp/progmodes/cc-menus.el | |||
| @@ -360,7 +360,7 @@ Example: | |||
| 360 | (setq char (aref method p) | 360 | (setq char (aref method p) |
| 361 | p (1+ p)) | 361 | p (1+ p)) |
| 362 | (cond | 362 | (cond |
| 363 | ;; Is CHAR part of a objc token? | 363 | ;; Is CHAR part of an objc token? |
| 364 | ((and (not inargvar) ; Ignore if CHAR is part of an argument variable. | 364 | ((and (not inargvar) ; Ignore if CHAR is part of an argument variable. |
| 365 | (eq 0 betweenparen) ; Ignore if CHAR is in parentheses. | 365 | (eq 0 betweenparen) ; Ignore if CHAR is in parentheses. |
| 366 | (or (and (<= ?a char) (<= char ?z)) | 366 | (or (and (<= ?a char) (<= char ?z)) |
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 2ce3d962257..664f01012b8 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el | |||
| @@ -622,7 +622,7 @@ that requires a literal mode spec at compile time." | |||
| 622 | ;; buffer local value has its own alist structure. | 622 | ;; buffer local value has its own alist structure. |
| 623 | (setq c-offsets-alist (copy-alist c-offsets-alist)) | 623 | (setq c-offsets-alist (copy-alist c-offsets-alist)) |
| 624 | 624 | ||
| 625 | ;; setup the comment indent variable in a Emacs version portable way | 625 | ;; setup the comment indent variable in an Emacs version portable way |
| 626 | (set (make-local-variable 'comment-indent-function) 'c-comment-indent) | 626 | (set (make-local-variable 'comment-indent-function) 'c-comment-indent) |
| 627 | ;; What sort of comments are default for M-;? | 627 | ;; What sort of comments are default for M-;? |
| 628 | (setq c-block-comment-flag c-block-comment-is-default) | 628 | (setq c-block-comment-flag c-block-comment-is-default) |
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 92e202a0258..422974379ba 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -919,7 +919,7 @@ from a different message." | |||
| 919 | 919 | ||
| 920 | ;; COLUMN and LINE are numbers parsed from an error message. COLUMN and maybe | 920 | ;; COLUMN and LINE are numbers parsed from an error message. COLUMN and maybe |
| 921 | ;; LINE will be nil for a message that doesn't contain them. Then the | 921 | ;; LINE will be nil for a message that doesn't contain them. Then the |
| 922 | ;; location refers to a indented beginning of line or beginning of file. | 922 | ;; location refers to an indented beginning of line or beginning of file. |
| 923 | ;; Once any location in some file has been jumped to, the list is extended to | 923 | ;; Once any location in some file has been jumped to, the list is extended to |
| 924 | ;; (COLUMN LINE FILE-STRUCTURE MARKER TIMESTAMP . VISITED) | 924 | ;; (COLUMN LINE FILE-STRUCTURE MARKER TIMESTAMP . VISITED) |
| 925 | ;; for all LOCs pertaining to that file. | 925 | ;; for all LOCs pertaining to that file. |
diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index 68bff26902a..6e02392c154 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el | |||
| @@ -90,7 +90,7 @@ | |||
| 90 | :group 'icon) | 90 | :group 'icon) |
| 91 | 91 | ||
| 92 | (defcustom icon-brace-imaginary-offset 0 | 92 | (defcustom icon-brace-imaginary-offset 0 |
| 93 | "Imagined indentation of a Icon open brace that actually follows a statement." | 93 | "Imagined indentation of an Icon open brace that actually follows a statement." |
| 94 | :type 'integer | 94 | :type 'integer |
| 95 | :group 'icon) | 95 | :group 'icon) |
| 96 | 96 | ||
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 5baf6e0f80a..c7bb2d97c84 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -422,7 +422,7 @@ | |||
| 422 | (string-delimiter . ,(rx (and | 422 | (string-delimiter . ,(rx (and |
| 423 | ;; Match even number of backslashes. | 423 | ;; Match even number of backslashes. |
| 424 | (or (not (any ?\\ ?\' ?\")) point | 424 | (or (not (any ?\\ ?\' ?\")) point |
| 425 | ;; Quotes might be preceded by a escaped quote. | 425 | ;; Quotes might be preceded by an escaped quote. |
| 426 | (and (or (not (any ?\\)) point) ?\\ | 426 | (and (or (not (any ?\\)) point) ?\\ |
| 427 | (* ?\\ ?\\) (any ?\' ?\"))) | 427 | (* ?\\ ?\\) (any ?\' ?\"))) |
| 428 | (* ?\\ ?\\) | 428 | (* ?\\ ?\\) |
| @@ -925,7 +925,7 @@ keyword | |||
| 925 | (back-to-indentation) | 925 | (back-to-indentation) |
| 926 | (python-syntax-closing-paren-p)) | 926 | (python-syntax-closing-paren-p)) |
| 927 | (cons :inside-paren-at-closing-nested-paren start)) | 927 | (cons :inside-paren-at-closing-nested-paren start)) |
| 928 | ;; This line starts from a opening block in its own line. | 928 | ;; This line starts from an opening block in its own line. |
| 929 | ((save-excursion | 929 | ((save-excursion |
| 930 | (goto-char start) | 930 | (goto-char start) |
| 931 | (when (and | 931 | (when (and |
| @@ -1640,7 +1640,7 @@ ARG move forward only one sexp, else move backwards." | |||
| 1640 | 1640 | ||
| 1641 | (defun python-nav--lisp-forward-sexp-safe (&optional arg) | 1641 | (defun python-nav--lisp-forward-sexp-safe (&optional arg) |
| 1642 | "Safe version of standard `forward-sexp'. | 1642 | "Safe version of standard `forward-sexp'. |
| 1643 | When at end of sexp (i.e. looking at a opening/closing paren) | 1643 | When at end of sexp (i.e. looking at an opening/closing paren) |
| 1644 | skips it instead of throwing an error. With positive ARG move | 1644 | skips it instead of throwing an error. With positive ARG move |
| 1645 | forward only one sexp, else move backwards." | 1645 | forward only one sexp, else move backwards." |
| 1646 | (let* ((arg (if (or (not arg) (> arg 0)) 1 -1)) | 1646 | (let* ((arg (if (or (not arg) (> arg 0)) 1 -1)) |
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 4dfc7682c02..a4cb4856a84 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -3020,7 +3020,7 @@ If INFO is supplied it is used, else it is calculated." | |||
| 3020 | ;; line -- it is the PREVIOUS line which is continued, not the one | 3020 | ;; line -- it is the PREVIOUS line which is continued, not the one |
| 3021 | ;; we are going to! | 3021 | ;; we are going to! |
| 3022 | ;; Also, we want to treat a whole "here document" as one big line, | 3022 | ;; Also, we want to treat a whole "here document" as one big line, |
| 3023 | ;; because we may want to a align to the beginning of it. | 3023 | ;; because we may want to align to the beginning of it. |
| 3024 | ;; | 3024 | ;; |
| 3025 | ;; What we do: | 3025 | ;; What we do: |
| 3026 | ;; - go back to previous non-empty line | 3026 | ;; - go back to previous non-empty line |
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 7bc3a5a2f7a..ae212bd8f85 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -4225,7 +4225,7 @@ the call to \\[sql-product-interactive] with | |||
| 4225 | (symbolp product)) product) | 4225 | (symbolp product)) product) |
| 4226 | (t sql-product))) ; Default to sql-product | 4226 | (t sql-product))) ; Default to sql-product |
| 4227 | 4227 | ||
| 4228 | ;; If we have a product and it has a interactive mode | 4228 | ;; If we have a product and it has an interactive mode |
| 4229 | (if product | 4229 | (if product |
| 4230 | (when (sql-get-product-feature product :sqli-comint-func) | 4230 | (when (sql-get-product-feature product :sqli-comint-func) |
| 4231 | ;; If no new name specified, try to pop to an active SQL | 4231 | ;; If no new name specified, try to pop to an active SQL |
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index db29435bff9..a841f87f3c3 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -4890,7 +4890,7 @@ Key bindings: | |||
| 4890 | (set (make-local-variable 'indent-tabs-mode) vhdl-indent-tabs-mode) | 4890 | (set (make-local-variable 'indent-tabs-mode) vhdl-indent-tabs-mode) |
| 4891 | (set (make-local-variable 'hippie-expand-verbose) nil) | 4891 | (set (make-local-variable 'hippie-expand-verbose) nil) |
| 4892 | 4892 | ||
| 4893 | ;; setup the comment indent variable in a Emacs version portable way | 4893 | ;; setup the comment indent variable in an Emacs version portable way |
| 4894 | ;; ignore any byte compiler warnings you might get here | 4894 | ;; ignore any byte compiler warnings you might get here |
| 4895 | (when (boundp 'comment-indent-function) | 4895 | (when (boundp 'comment-indent-function) |
| 4896 | (set (make-local-variable 'comment-indent-function) 'vhdl-comment-indent)) | 4896 | (set (make-local-variable 'comment-indent-function) 'vhdl-comment-indent)) |
diff --git a/lisp/tempo.el b/lisp/tempo.el index 6c395582901..5d4dea5325a 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el | |||
| @@ -154,7 +154,7 @@ setting it to (upcase), for example.") | |||
| 154 | 154 | ||
| 155 | (defvar tempo-local-tags '((tempo-tags . nil)) | 155 | (defvar tempo-local-tags '((tempo-tags . nil)) |
| 156 | "A list of locally installed tag completion lists. | 156 | "A list of locally installed tag completion lists. |
| 157 | It is a association list where the car of every element is a symbol | 157 | It is an association list where the car of every element is a symbol |
| 158 | whose variable value is a template list. The cdr part, if non-nil, | 158 | whose variable value is a template list. The cdr part, if non-nil, |
| 159 | is a function or a regexp that defines the string to match. See the | 159 | is a function or a regexp that defines the string to match. See the |
| 160 | documentation for the function `tempo-complete-tag' for more info. | 160 | documentation for the function `tempo-complete-tag' for more info. |
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index 73419072536..af7bcc77cdf 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -1025,78 +1025,78 @@ If DRAW-HOW is `artist-do-poly': | |||
| 1025 | 1025 | ||
| 1026 | (defsubst artist-go-get-keyword (info-variant-part) | 1026 | (defsubst artist-go-get-keyword (info-variant-part) |
| 1027 | "Retrieve the keyword component from an INFO-VARIANT-PART. | 1027 | "Retrieve the keyword component from an INFO-VARIANT-PART. |
| 1028 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part." | 1028 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part." |
| 1029 | (elt info-variant-part 0)) | 1029 | (elt info-variant-part 0)) |
| 1030 | 1030 | ||
| 1031 | (defsubst artist-go-get-symbol (info-variant-part) | 1031 | (defsubst artist-go-get-symbol (info-variant-part) |
| 1032 | "Retrieve the symbol component from an INFO-VARIANT-PART. | 1032 | "Retrieve the symbol component from an INFO-VARIANT-PART. |
| 1033 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part." | 1033 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part." |
| 1034 | (elt info-variant-part 1)) | 1034 | (elt info-variant-part 1)) |
| 1035 | 1035 | ||
| 1036 | (defsubst artist-go-get-mode-line (info-variant-part) | 1036 | (defsubst artist-go-get-mode-line (info-variant-part) |
| 1037 | "Retrieve the mode line component from an INFO-VARIANT-PART. | 1037 | "Retrieve the mode line component from an INFO-VARIANT-PART. |
| 1038 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part." | 1038 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part." |
| 1039 | (elt info-variant-part 2)) | 1039 | (elt info-variant-part 2)) |
| 1040 | 1040 | ||
| 1041 | (defsubst artist-go-get-arrow-pred (info-variant-part) | 1041 | (defsubst artist-go-get-arrow-pred (info-variant-part) |
| 1042 | "Retrieve the arrow predicate component from an INFO-VARIANT-PART. | 1042 | "Retrieve the arrow predicate component from an INFO-VARIANT-PART. |
| 1043 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part." | 1043 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part." |
| 1044 | (elt info-variant-part 3)) | 1044 | (elt info-variant-part 3)) |
| 1045 | 1045 | ||
| 1046 | (defsubst artist-go-get-arrow-set-fn (info-variant-part) | 1046 | (defsubst artist-go-get-arrow-set-fn (info-variant-part) |
| 1047 | "Retrieve the arrow set component from an INFO-VARIANT-PART. | 1047 | "Retrieve the arrow set component from an INFO-VARIANT-PART. |
| 1048 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part." | 1048 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part." |
| 1049 | (elt info-variant-part 4)) | 1049 | (elt info-variant-part 4)) |
| 1050 | 1050 | ||
| 1051 | (defsubst artist-go-get-init-fn (info-variant-part) | 1051 | (defsubst artist-go-get-init-fn (info-variant-part) |
| 1052 | "Retrieve the init function component from an INFO-VARIANT-PART. | 1052 | "Retrieve the init function component from an INFO-VARIANT-PART. |
| 1053 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part." | 1053 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part." |
| 1054 | (elt info-variant-part 5)) | 1054 | (elt info-variant-part 5)) |
| 1055 | 1055 | ||
| 1056 | (defsubst artist-go-get-prep-fill-fn (info-variant-part) | 1056 | (defsubst artist-go-get-prep-fill-fn (info-variant-part) |
| 1057 | "Retrieve the fill preparation function component from an INFO-VARIANT-PART. | 1057 | "Retrieve the fill preparation function component from an INFO-VARIANT-PART. |
| 1058 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part." | 1058 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part." |
| 1059 | (elt info-variant-part 6)) | 1059 | (elt info-variant-part 6)) |
| 1060 | 1060 | ||
| 1061 | (defsubst artist-go-get-exit-fn (info-variant-part) | 1061 | (defsubst artist-go-get-exit-fn (info-variant-part) |
| 1062 | "Retrieve the exit component from an INFO-VARIANT-PART. | 1062 | "Retrieve the exit component from an INFO-VARIANT-PART. |
| 1063 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part." | 1063 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part." |
| 1064 | (elt info-variant-part 7)) | 1064 | (elt info-variant-part 7)) |
| 1065 | 1065 | ||
| 1066 | (defsubst artist-go-get-draw-how (info-variant-part) | 1066 | (defsubst artist-go-get-draw-how (info-variant-part) |
| 1067 | "Retrieve the draw how component from an INFO-VARIANT-PART. | 1067 | "Retrieve the draw how component from an INFO-VARIANT-PART. |
| 1068 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part." | 1068 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part." |
| 1069 | (elt info-variant-part 8)) | 1069 | (elt info-variant-part 8)) |
| 1070 | 1070 | ||
| 1071 | (defsubst artist-go-get-draw-fn (info-variant-part) | 1071 | (defsubst artist-go-get-draw-fn (info-variant-part) |
| 1072 | "Retrieve the draw function component from an INFO-VARIANT-PART. | 1072 | "Retrieve the draw function component from an INFO-VARIANT-PART. |
| 1073 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part." | 1073 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part." |
| 1074 | (elt info-variant-part 9)) | 1074 | (elt info-variant-part 9)) |
| 1075 | 1075 | ||
| 1076 | (defsubst artist-go-get-undraw-fn (info-variant-part) | 1076 | (defsubst artist-go-get-undraw-fn (info-variant-part) |
| 1077 | "Retrieve the undraw function component from an INFO-VARIANT-PART. | 1077 | "Retrieve the undraw function component from an INFO-VARIANT-PART. |
| 1078 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part. | 1078 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part. |
| 1079 | This interval function component is available only if the `draw-how' | 1079 | This interval function component is available only if the `draw-how' |
| 1080 | component is other than `artist-do-continously' or 1." | 1080 | component is other than `artist-do-continously' or 1." |
| 1081 | (elt (elt info-variant-part 10) 0)) | 1081 | (elt (elt info-variant-part 10) 0)) |
| 1082 | 1082 | ||
| 1083 | (defsubst artist-go-get-interval-fn (info-variant-part) | 1083 | (defsubst artist-go-get-interval-fn (info-variant-part) |
| 1084 | "Retrieve the interval function component from an INFO-VARIANT-PART. | 1084 | "Retrieve the interval function component from an INFO-VARIANT-PART. |
| 1085 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part. | 1085 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part. |
| 1086 | This interval function component is available only if the `draw-how' | 1086 | This interval function component is available only if the `draw-how' |
| 1087 | component is `artist-do-continously'." | 1087 | component is `artist-do-continously'." |
| 1088 | (elt (elt info-variant-part 10) 0)) | 1088 | (elt (elt info-variant-part 10) 0)) |
| 1089 | 1089 | ||
| 1090 | (defsubst artist-go-get-fill-pred (info-variant-part) | 1090 | (defsubst artist-go-get-fill-pred (info-variant-part) |
| 1091 | "Retrieve the fill predicate component from an INFO-VARIANT-PART. | 1091 | "Retrieve the fill predicate component from an INFO-VARIANT-PART. |
| 1092 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part. | 1092 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part. |
| 1093 | This interval function component is available only if the `draw-how' | 1093 | This interval function component is available only if the `draw-how' |
| 1094 | component is other than `artist-do-continously' or 1." | 1094 | component is other than `artist-do-continously' or 1." |
| 1095 | (elt (elt info-variant-part 10) 1)) | 1095 | (elt (elt info-variant-part 10) 1)) |
| 1096 | 1096 | ||
| 1097 | (defsubst artist-go-get-fill-fn (info-variant-part) | 1097 | (defsubst artist-go-get-fill-fn (info-variant-part) |
| 1098 | "Retrieve the fill function component from an INFO-VARIANT-PART. | 1098 | "Retrieve the fill function component from an INFO-VARIANT-PART. |
| 1099 | An INFO-VARIANT-PART is the shifted or unshifted info from a info-part. | 1099 | An INFO-VARIANT-PART is the shifted or unshifted info from an info-part. |
| 1100 | This interval function component is available only if the `draw-how' | 1100 | This interval function component is available only if the `draw-how' |
| 1101 | component is other than `artist-do-continously' or 1." | 1101 | component is other than `artist-do-continously' or 1." |
| 1102 | (elt (elt info-variant-part 10) 2)) | 1102 | (elt (elt info-variant-part 10) 2)) |
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 6d253f1c205..01ee4f5fa4d 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el | |||
| @@ -1405,7 +1405,7 @@ the text, so that the text has to be repeated outside the index macro. | |||
| 1405 | Needed for `reftex-index-selection-or-word' and for indexing from the | 1405 | Needed for `reftex-index-selection-or-word' and for indexing from the |
| 1406 | phrase buffer. | 1406 | phrase buffer. |
| 1407 | 1407 | ||
| 1408 | The final entry may also be a symbol if this entry has a association | 1408 | The final entry may also be a symbol if this entry has an association |
| 1409 | in the variable `reftex-index-macros-builtin' to specify the main | 1409 | in the variable `reftex-index-macros-builtin' to specify the main |
| 1410 | indexing package you are using. Valid values are currently | 1410 | indexing package you are using. Valid values are currently |
| 1411 | default The LaTeX default - unnecessary to specify this one | 1411 | default The LaTeX default - unnecessary to specify this one |
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el index 87ea1e827d5..b1b4f1073eb 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -652,7 +652,7 @@ After interpretation of ARGS the results are concatenated as for | |||
| 652 | &aux | 652 | &aux |
| 653 | (char (rst-Ado--validate-char char-arg)) | 653 | (char (rst-Ado--validate-char char-arg)) |
| 654 | (-style 'simple))) | 654 | (-style 'simple))) |
| 655 | ;; Construct a over-and-under section header. | 655 | ;; Construct an over-and-under section header. |
| 656 | (:constructor | 656 | (:constructor |
| 657 | rst-Ado-new-over-and-under | 657 | rst-Ado-new-over-and-under |
| 658 | (char-arg | 658 | (char-arg |
| @@ -717,7 +717,7 @@ Return CHAR if so or signal an error otherwise." | |||
| 717 | 717 | ||
| 718 | (defun rst-Ado-is-over-and-under (self) | 718 | (defun rst-Ado-is-over-and-under (self) |
| 719 | ;; testcover: ok. | 719 | ;; testcover: ok. |
| 720 | "Return non-nil if SELF is a over-and-under section adornment." | 720 | "Return non-nil if SELF is an over-and-under section adornment." |
| 721 | (cl-check-type self rst-Ado) | 721 | (cl-check-type self rst-Ado) |
| 722 | (eq (rst-Ado--style self) 'over-and-under)) | 722 | (eq (rst-Ado--style self) 'over-and-under)) |
| 723 | 723 | ||
| @@ -855,7 +855,7 @@ Return ADO if so or signal an error otherwise." | |||
| 855 | 855 | ||
| 856 | (defun rst-Hdr-is-over-and-under (self) | 856 | (defun rst-Hdr-is-over-and-under (self) |
| 857 | ;; testcover: ok. | 857 | ;; testcover: ok. |
| 858 | "Return non-nil if SELF is a over-and-under section header." | 858 | "Return non-nil if SELF is an over-and-under section header." |
| 859 | (cl-check-type self rst-Hdr) | 859 | (cl-check-type self rst-Hdr) |
| 860 | (rst-Ado-is-over-and-under (rst-Hdr-ado self))) | 860 | (rst-Ado-is-over-and-under (rst-Hdr-ado self))) |
| 861 | 861 | ||
| @@ -958,7 +958,7 @@ This type is immutable." | |||
| 958 | (or (null und-beg) (integer-or-marker-p und-beg)) | 958 | (or (null und-beg) (integer-or-marker-p und-beg)) |
| 959 | (or (null und-end) (integer-or-marker-p und-end))) | 959 | (or (null und-end) (integer-or-marker-p und-end))) |
| 960 | (signal 'args-out-of-range | 960 | (signal 'args-out-of-range |
| 961 | '("For a over-and-under section adornment all match pairs must be set.")))))) | 961 | '("For an over-and-under section adornment all match pairs must be set.")))))) |
| 962 | match) | 962 | match) |
| 963 | 963 | ||
| 964 | (defun rst-Ttl--validate-indent (indent ado) | 964 | (defun rst-Ttl--validate-indent (indent ado) |
| @@ -1245,7 +1245,7 @@ as well but give an additional message." | |||
| 1245 | ;; Makes paragraphs in region as a bullet list. | 1245 | ;; Makes paragraphs in region as a bullet list. |
| 1246 | (rst-define-key map [?\C-c ?\C-l ?\C-b] #'rst-bullet-list-region | 1246 | (rst-define-key map [?\C-c ?\C-l ?\C-b] #'rst-bullet-list-region |
| 1247 | [?\C-c ?\C-b]) | 1247 | [?\C-c ?\C-b]) |
| 1248 | ;; Makes paragraphs in region as a enumeration. | 1248 | ;; Makes paragraphs in region an enumeration. |
| 1249 | (rst-define-key map [?\C-c ?\C-l ?\C-e] #'rst-enumerate-region | 1249 | (rst-define-key map [?\C-c ?\C-l ?\C-e] #'rst-enumerate-region |
| 1250 | [?\C-c ?\C-e]) | 1250 | [?\C-c ?\C-e]) |
| 1251 | ;; Converts bullets to an enumeration. | 1251 | ;; Converts bullets to an enumeration. |
| @@ -1552,7 +1552,7 @@ file." | |||
| 1552 | (defcustom rst-default-indent 1 | 1552 | (defcustom rst-default-indent 1 |
| 1553 | "Number of characters to indent the section title. | 1553 | "Number of characters to indent the section title. |
| 1554 | This is only used while toggling adornment styles when switching | 1554 | This is only used while toggling adornment styles when switching |
| 1555 | from a simple adornment style to a over-and-under adornment | 1555 | from a simple adornment style to an over-and-under adornment |
| 1556 | style. In addition this is used in cases where the adornments | 1556 | style. In addition this is used in cases where the adornments |
| 1557 | found in the buffer are to be used but the indentation for | 1557 | found in the buffer are to be used but the indentation for |
| 1558 | over-and-under adornments is inconsistent across the buffer." | 1558 | over-and-under adornments is inconsistent across the buffer." |
diff --git a/lisp/thumbs.el b/lisp/thumbs.el index 7aaed28a2a2..26c9935429f 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el | |||
| @@ -48,7 +48,7 @@ | |||
| 48 | ;; That should be a directory containing image files. | 48 | ;; That should be a directory containing image files. |
| 49 | ;; from dired, C-t m enter in thumbs-mode with all marked files | 49 | ;; from dired, C-t m enter in thumbs-mode with all marked files |
| 50 | ;; C-t a enter in thumbs-mode with all files in current-directory | 50 | ;; C-t a enter in thumbs-mode with all files in current-directory |
| 51 | ;; In thumbs-mode, pressing <return> on a image will bring you in image view | 51 | ;; In thumbs-mode, pressing <return> on an image will bring you in image view |
| 52 | ;; mode for that image. C-h m will give you a list of available keybinding. | 52 | ;; mode for that image. C-h m will give you a list of available keybinding. |
| 53 | 53 | ||
| 54 | ;;; History: | 54 | ;;; History: |
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 2d0ea9ce600..efe853e5eeb 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el | |||
| @@ -223,7 +223,7 @@ Should be consistent with the Git config value i18n.logOutputEncoding." | |||
| 223 | (concat name "\0")))))))) | 223 | (concat name "\0")))))))) |
| 224 | 224 | ||
| 225 | (defun vc-git--state-code (code) | 225 | (defun vc-git--state-code (code) |
| 226 | "Convert from a string to a added/deleted/modified state." | 226 | "Convert from a string to an added/deleted/modified state." |
| 227 | (pcase (string-to-char code) | 227 | (pcase (string-to-char code) |
| 228 | (?M 'edited) | 228 | (?M 'edited) |
| 229 | (?A 'added) | 229 | (?A 'added) |