]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Mon, 27 Jan 2025 05:46:01 +0000 (06:46 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Feb 2025 21:41:58 +0000 (22:41 +0100)
(cherry picked from commit be7625cae7303a3c9adc810a23c15e8d9c07eebe)

admin/codespell/codespell.exclude
doc/misc/cl.texi
doc/misc/modus-themes.org
lisp/recentf.el

index ac702b3c1eaea427844cc825a24a9fcc5bd5da48..52d7c71b921462bfe999242a10a0c4141c70bc6a 100644 (file)
@@ -1756,3 +1756,30 @@ integers from 1 to @var{n}.  @kbd{INV INDX} takes three numbers
        dee6b36286 If use-package-verbose is t, show loading times when :afte...
        267fc6d00c4 ruby-smie-rules: Fix misindentation of a method call afte...
        b0181dafb9e Improve documentation of 'enable-local-variables' in Emac...
+(string-lessp "abc" "abd")
+(string-lessp "abd" "abc")
+@item @code{\ine}
+            (idlwave-define-abbrev "ine" "IF N_Elements() EQ 0 THEN"
+@kbd{P l} (@code{mh-print-msg}) (the @i{l} is for @i{l}ine printer or
+       * cookie.el (cookie): Enhance it to handle both LINS files and
+                          "^(def\\(custom\\|face\\|group\\|ine\\(?:-globalized\\)?-minor-mode\\)" nil t)
+ine\\(?:-global\\)?-minor-mode\\|ine-compilation-mode\\|un-cvs-mode\\|\
+       (message "Transpose: c(har), l(ine), p(aragraph), s(-exp), w(ord),")
+       (t (message "Ask for: l(ine number), c(ursor position), p(age number)")
+;; * ITS-style LINS format (strings terminated by ASCII 0 characters,
+     "^\\(?:[Ee]rror on \\|[Ww]arning on\\( \\)\\)?[Ll]ine[ \t]+\\([0-9]+\\)[ \t]+\
+(idlwave-define-abbrev "ine" "if n_elements() eq 0 then" (idlwave-keyword-abbrev 11))
+        "copy" "def~ine" "del" "desc~ribe" "disc~onnect" "ed~it"
+        "undef~ine" "var~iable" "whenever")
+     (insert "abc abd"))
+   (should (string= (buffer-string) "abc abd"))
+  (let (node indx comma)
+             indx (match-string 3 url))
+    (when (> (length indx) 0)
+                   indx)
+      (setq comma (match-string 2 indx))
+      (setq indx  (match-string 1 indx))
+      (Info-index indx)
+       (oarticle (make-symbol "gnus-setup-message-oarticle"))
+          (,oarticle gnus-article-reply)
+        (gnus-inews-add-send-actions ,winconf ,buffer ,oarticle ,config
index 029f11f520dad48a4e98b13e6f2644165f8f0111..e52f642db11c16a5a3e6ccae616929071e5a22a4 100644 (file)
@@ -2757,7 +2757,7 @@ and @code{special} declarations are redundant in a fully
 dynamically-scoped Lisp.
 @end ignore
 A few declarations are meaningful when byte compiler optimizations
-are enabled, as they are by the default.  Otherwise these
+are enabled, as they are by default.  Otherwise these
 declarations will effectively be ignored.
 
 @defun cl-proclaim decl-spec
index 3d1ee77c60abbdda63630623b16b4f8c21b84712..4c8a1c827491b50e060ad73b63a4aa219c7e116e 100644 (file)
@@ -2941,7 +2941,7 @@ Reload the theme for changes to take effect.
 :CUSTOM_ID: h:a5140c9c-18b2-45db-8021-38d0b5074116
 :END:
 
-By the default, the background of the ~region~ face extends from the
+By default, the background of the ~region~ face extends from the
 end of the line to the edge of the window.  To limit it to the end of
 the line, we need to override the face's =:extend= attribute.  Adding
 this to the Emacs configuration file will suffice:
index 36d4485e73a7fb4285a4209b4066b0419f70bb7b..611a8ee1844434252042ab14e5f165713c9703ee 100644 (file)
@@ -538,9 +538,9 @@ See also the command `recentf-open-most-recent-file'."
 
 (defvar recentf-menu-items-for-commands
   (list
-   ["Cleanup list"
+   ["Clean up list"
     recentf-cleanup
-    :help "Remove duplicates, and obsoletes files from the recent list"
+    :help "Remove duplicates, and obsolete files from the recent list"
     :active t]
    ["Edit list..."
     recentf-edit-list