]> git.eshelyaron.com Git - emacs.git/commitdiff
; Stylistic docfixes in language/*.el found by checkdoc
authorStefan Kangas <stefan@marxist.se>
Sun, 19 Sep 2021 11:15:41 +0000 (13:15 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 19 Sep 2021 11:15:41 +0000 (13:15 +0200)
lisp/language/burmese.el
lisp/language/ethio-util.el
lisp/language/japan-util.el
lisp/language/khmer.el
lisp/language/sinhala.el
lisp/language/tibetan.el
lisp/language/tv-util.el

index ade3566717b0b654ed114de508f775018342c8f5..96ba7752684e770a24c845b482dcc15c1a9df0e1 100644 (file)
@@ -24,7 +24,7 @@
 ;;; Commentary:
 
 ;; The murderous generals say to call it "Myanmar".
-;; We will call it "Burma". -- rms, Chief GNUisance.
+;; We will call it "Burma".  -- rms, Chief GNUisance.
 
 ;;; Code:
 
index dc385b07d3e9d4a73ede9054c4c786ee3b810865..2de6602ced1e6df47f6535514f3053300f447334 100644 (file)
@@ -2098,6 +2098,10 @@ mark."
 ;; The ethiopic-tex package is not used for keyboard input, therefore
 ;; not registered with the register-input-method function.
 
+;; Local Variables:
+;; checkdoc-symbol-words: ("-->")
+;; End:
+
 (provide 'ethio-util)
 
 ;;; ethio-util.el ends here
index feb75a198e2edb2be8985cfd77394206bd5389e5..cad34e990463682e17cf4405b3e0b55ee20799dd 100644 (file)
@@ -108,7 +108,7 @@ HANKAKU-KATAKANA belongs to `japanese-jisx0201-kana'.")
     ;; cp932-2-byte
     (#x2015 ?-) (#xFF5E ?~) (#xFF0D ?-))
   "Japanese JISX0208 and CP932 symbol character table.
-  Each element is of the form (SYMBOL ASCII HANKAKU), where SYMBOL
+Each element is of the form (SYMBOL ASCII HANKAKU), where SYMBOL
 belongs to `japanese-jisx0208' or `cp932', ASCII belongs to `ascii',
 and HANKAKU belongs to `japanese-jisx0201-kana'.")
 
index 471af401656dab007eb9534f1cc7939dd0de2600..12737edc73fdf854fafe4f2f015860127a4a416b 100644 (file)
@@ -21,6 +21,8 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
+;;; Commentary:
+
 ;;; Code:
 
 (set-language-info-alist
index 89392ad6c50565bb7939f1a5fea1566487167ccf..bf3205060010d0b0087b4f5017a88a39f8dde936 100644 (file)
@@ -21,6 +21,8 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
+;;; Commentary:
+
 ;;; Code:
 
 (set-language-info-alist
index 48c7638948cb9c4b3c684601059f6659ab2022b5..dc37fc90ac2eb230046941aaac7c5d32be6dea27 100644 (file)
@@ -593,8 +593,8 @@ from an input method is converted to the corresponding precomposed glyph.")
       (setq temp (concat temp "\\|" (car (car l))))
       (setq l (cdr l)))
     (concat temp "\\)")))
-  "Regexp string to match a sequence of Tibetan consonantic components, i.e.,
-one base consonant and one or more subjoined consonants.
+  "Regexp string to match a sequence of Tibetan consonantic components.
+That is, one base consonant and one or more subjoined consonants.
 The result of matching is to be used for indexing alist when the component
 sequence is converted to the corresponding precomposed glyph.
 This also matches some punctuation characters which need conversion.")
index d380630c0a6e1ed56f5715d6db8938b0bd05c2ef..b0527060db0620f6931f3716cc661c8288693884 100644 (file)
@@ -21,6 +21,8 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
+;;; Commentary:
+
 ;;; Code:
 
 (defconst tai-viet-re "[\xaa80-\xaac2\xaadb-\xaadf]+"