From f85097c894d1f36cd2e0e6a6371ae1aacb8602a1 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 27 Jan 2025 06:46:01 +0100 Subject: [PATCH] ; Fix typos (cherry picked from commit be7625cae7303a3c9adc810a23c15e8d9c07eebe) --- admin/codespell/codespell.exclude | 27 +++++++++++++++++++++++++++ doc/misc/cl.texi | 2 +- doc/misc/modus-themes.org | 2 +- lisp/recentf.el | 4 ++-- 4 files changed, 31 insertions(+), 4 deletions(-) diff --git a/admin/codespell/codespell.exclude b/admin/codespell/codespell.exclude index ac702b3c1ea..52d7c71b921 100644 --- a/admin/codespell/codespell.exclude +++ b/admin/codespell/codespell.exclude @@ -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 diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 029f11f520d..e52f642db11 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -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 diff --git a/doc/misc/modus-themes.org b/doc/misc/modus-themes.org index 3d1ee77c60a..4c8a1c82749 100644 --- a/doc/misc/modus-themes.org +++ b/doc/misc/modus-themes.org @@ -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: diff --git a/lisp/recentf.el b/lisp/recentf.el index 36d4485e73a..611a8ee1844 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -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 -- 2.39.5