diff options
| author | Glenn Morris | 2018-02-17 07:50:28 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-17 07:50:28 -0800 |
| commit | 4fa90ff8f5fda54fc42049c990c52d3e5236fbe6 (patch) | |
| tree | 6c0a7893b3aab0166b35938338fa289c3a01df74 /lisp/textmodes | |
| parent | cb3863370cbe574810f796726faa39ba0de0a429 (diff) | |
| parent | e5a29330aae4491fd384bacaff6f453c6434d322 (diff) | |
| download | emacs-4fa90ff8f5fda54fc42049c990c52d3e5236fbe6.tar.gz emacs-4fa90ff8f5fda54fc42049c990c52d3e5236fbe6.zip | |
Merge from origin/emacs-26
e5a2933 (origin/emacs-26) lisp/vc/: documentation fixes
f21f8e6 Document 'desktop-files-not-to-save'
d8917eb Improve documentation of Profiling features
b228839 Improve indexing of "performance" in ELisp manual
ab67b3e Minor change in Emacs manual's VC chapter
c352434 Avoid memory corruption with specpdl overflow + edebug (Bug#3...
593bbda Document comment-fill-column in the manual (Bug#11636)
bd4cc8d * doc/emacs/dired.texi (Marks vs Flags): Copyedits.
69107f3 ; Fix doc typos related to indefinite articles
aaad1e6 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/emac...
5906418 More fixes for the Emacs manual
9ab3df1 ; Fix doc typos related to indefinite articles
66a4e65 ; Fix doc typos related to indefinite articles
35e5c57 ; Fix doc typos related to indefinite articles
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/artist.el | 28 | ||||
| -rw-r--r-- | lisp/textmodes/flyspell.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/rst.el | 12 |
4 files changed, 22 insertions, 22 deletions
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/flyspell.el b/lisp/textmodes/flyspell.el index 353d4352f60..5568bbb1d97 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -1732,7 +1732,7 @@ FLYSPELL-BUFFER." | |||
| 1732 | ;;*---------------------------------------------------------------------*/ | 1732 | ;;*---------------------------------------------------------------------*/ |
| 1733 | ;;* flyspell-properties-at-p ... */ | 1733 | ;;* flyspell-properties-at-p ... */ |
| 1734 | ;;* ------------------------------------------------------------- */ | 1734 | ;;* ------------------------------------------------------------- */ |
| 1735 | ;;* Is there an highlight properties at position pos? */ | 1735 | ;;* Is there a highlight property at position pos? */ |
| 1736 | ;;*---------------------------------------------------------------------*/ | 1736 | ;;*---------------------------------------------------------------------*/ |
| 1737 | (defun flyspell-properties-at-p (pos) | 1737 | (defun flyspell-properties-at-p (pos) |
| 1738 | "Return t if there is a text property at POS, not counting `local-map'. | 1738 | "Return t if there is a text property at POS, not counting `local-map'. |
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 c93e4e474cb..48c01289347 100644 --- a/lisp/textmodes/rst.el +++ b/lisp/textmodes/rst.el | |||
| @@ -631,7 +631,7 @@ After interpretation of ARGS the results are concatenated as for | |||
| 631 | &aux | 631 | &aux |
| 632 | (char (rst-Ado--validate-char char-arg)) | 632 | (char (rst-Ado--validate-char char-arg)) |
| 633 | (-style 'simple))) | 633 | (-style 'simple))) |
| 634 | ;; Construct a over-and-under section header. | 634 | ;; Construct an over-and-under section header. |
| 635 | (:constructor | 635 | (:constructor |
| 636 | rst-Ado-new-over-and-under | 636 | rst-Ado-new-over-and-under |
| 637 | (char-arg | 637 | (char-arg |
| @@ -696,7 +696,7 @@ Return CHAR if so or signal an error otherwise." | |||
| 696 | 696 | ||
| 697 | (defun rst-Ado-is-over-and-under (self) | 697 | (defun rst-Ado-is-over-and-under (self) |
| 698 | ;; testcover: ok. | 698 | ;; testcover: ok. |
| 699 | "Return non-nil if SELF is a over-and-under section adornment." | 699 | "Return non-nil if SELF is an over-and-under section adornment." |
| 700 | (cl-check-type self rst-Ado) | 700 | (cl-check-type self rst-Ado) |
| 701 | (eq (rst-Ado--style self) 'over-and-under)) | 701 | (eq (rst-Ado--style self) 'over-and-under)) |
| 702 | 702 | ||
| @@ -834,7 +834,7 @@ Return ADO if so or signal an error otherwise." | |||
| 834 | 834 | ||
| 835 | (defun rst-Hdr-is-over-and-under (self) | 835 | (defun rst-Hdr-is-over-and-under (self) |
| 836 | ;; testcover: ok. | 836 | ;; testcover: ok. |
| 837 | "Return non-nil if SELF is a over-and-under section header." | 837 | "Return non-nil if SELF is an over-and-under section header." |
| 838 | (cl-check-type self rst-Hdr) | 838 | (cl-check-type self rst-Hdr) |
| 839 | (rst-Ado-is-over-and-under (rst-Hdr-ado self))) | 839 | (rst-Ado-is-over-and-under (rst-Hdr-ado self))) |
| 840 | 840 | ||
| @@ -937,7 +937,7 @@ This type is immutable." | |||
| 937 | (or (null und-beg) (integer-or-marker-p und-beg)) | 937 | (or (null und-beg) (integer-or-marker-p und-beg)) |
| 938 | (or (null und-end) (integer-or-marker-p und-end))) | 938 | (or (null und-end) (integer-or-marker-p und-end))) |
| 939 | (signal 'args-out-of-range | 939 | (signal 'args-out-of-range |
| 940 | '("For a over-and-under section adornment all match pairs must be set.")))))) | 940 | '("For an over-and-under section adornment all match pairs must be set.")))))) |
| 941 | match) | 941 | match) |
| 942 | 942 | ||
| 943 | (defun rst-Ttl--validate-indent (indent ado) | 943 | (defun rst-Ttl--validate-indent (indent ado) |
| @@ -1224,7 +1224,7 @@ as well but give an additional message." | |||
| 1224 | ;; Makes paragraphs in region as a bullet list. | 1224 | ;; Makes paragraphs in region as a bullet list. |
| 1225 | (rst-define-key map [?\C-c ?\C-l ?\C-b] #'rst-bullet-list-region | 1225 | (rst-define-key map [?\C-c ?\C-l ?\C-b] #'rst-bullet-list-region |
| 1226 | [?\C-c ?\C-b]) | 1226 | [?\C-c ?\C-b]) |
| 1227 | ;; Makes paragraphs in region as a enumeration. | 1227 | ;; Makes paragraphs in region an enumeration. |
| 1228 | (rst-define-key map [?\C-c ?\C-l ?\C-e] #'rst-enumerate-region | 1228 | (rst-define-key map [?\C-c ?\C-l ?\C-e] #'rst-enumerate-region |
| 1229 | [?\C-c ?\C-e]) | 1229 | [?\C-c ?\C-e]) |
| 1230 | ;; Converts bullets to an enumeration. | 1230 | ;; Converts bullets to an enumeration. |
| @@ -1529,7 +1529,7 @@ file." | |||
| 1529 | (defcustom rst-default-indent 1 | 1529 | (defcustom rst-default-indent 1 |
| 1530 | "Number of characters to indent the section title. | 1530 | "Number of characters to indent the section title. |
| 1531 | This is only used while toggling adornment styles when switching | 1531 | This is only used while toggling adornment styles when switching |
| 1532 | from a simple adornment style to a over-and-under adornment | 1532 | from a simple adornment style to an over-and-under adornment |
| 1533 | style. In addition this is used in cases where the adornments | 1533 | style. In addition this is used in cases where the adornments |
| 1534 | found in the buffer are to be used but the indentation for | 1534 | found in the buffer are to be used but the indentation for |
| 1535 | over-and-under adornments is inconsistent across the buffer." | 1535 | over-and-under adornments is inconsistent across the buffer." |