Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #474

Open
wants to merge 34 commits into
base: homebrew
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
de8efc2
spelling: abcdefghijklmnopqrstuvwxy
jsoref Apr 28, 2022
37a7abe
spelling: annotation
jsoref Apr 28, 2022
dadd205
spelling: applications
jsoref May 3, 2023
4daecdc
spelling: arbitrarily
jsoref Apr 28, 2022
ab82d8b
spelling: asynchronously
jsoref Apr 28, 2022
a27ba86
spelling: available
jsoref Apr 28, 2022
08e5b6a
spelling: backward
jsoref Apr 28, 2022
3a3e6f0
spelling: beginning
jsoref Apr 28, 2022
24b4357
spelling: bockgard
jsoref Apr 28, 2022
8a48230
spelling: bookmark
jsoref Apr 28, 2022
b22e8a8
spelling: conditions
jsoref Apr 28, 2022
b36ba64
spelling: criteria
jsoref Apr 28, 2022
65bde4d
spelling: desktop
jsoref May 3, 2023
47eca8b
spelling: empirically
jsoref May 3, 2023
08d191a
spelling: first
jsoref Apr 28, 2022
c5585dd
spelling: github
jsoref Apr 28, 2022
0da2964
spelling: into
jsoref May 3, 2023
5baaf1a
spelling: it
jsoref May 3, 2023
4e2d8ef
spelling: javascript
jsoref Apr 28, 2022
402fe5d
spelling: macos
jsoref Apr 28, 2022
ef0f608
spelling: minimum
jsoref Apr 28, 2022
03d4dea
spelling: moved
jsoref Apr 28, 2022
4e050db
spelling: nonexistent
jsoref May 3, 2023
2104b4c
spelling: other-window
jsoref Apr 28, 2022
75490df
spelling: output
jsoref Apr 28, 2022
91abf4c
spelling: property
jsoref Apr 28, 2022
c4623b3
spelling: remote
jsoref Apr 28, 2022
510a07f
spelling: satisfies
jsoref Apr 28, 2022
7ce136f
spelling: some
jsoref Apr 28, 2022
61fbd12
spelling: specific
jsoref Apr 28, 2022
627baa3
spelling: the
jsoref Apr 28, 2022
12b80fd
spelling: them
jsoref Apr 28, 2022
2873add
spelling: using
jsoref Apr 28, 2022
e138642
spelling: work
jsoref Apr 28, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions deprecated/bookmark+-1.el
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
;; `bmkp-region-jump-other-window', `bmkp-remote-file-jump',
;; `bmkp-remote-file-jump-other-window',
;; `bmkp-remote-non-dir-file-jump',
;; `bmkp-temote-non-dir-file-jump-other-window',
;; `bmkp-remote-non-dir-file-jump-other-window',
;; `bmkp-remove-all-tags', `bmkp-remove-tags',
;; `bmkp-remove-tags-from-all', `bmkp-rename-tag',
;; `bmkp-retrieve-icicle-search-hits',
Expand Down Expand Up @@ -954,7 +954,7 @@ The possible values:
(defcustom bmkp-auto-idle-bookmark-min-distance 1000
"*Minimum number of chars between automatic bookmark positions."
:type '(choice
(const :tag "No minumum distance" nil)
(const :tag "No minimum distance" nil)
(integer :tag "At least this many chars" :value 1000))
:group 'bookmark-plus)

Expand Down Expand Up @@ -4252,7 +4252,7 @@ When you finish editing, use \\<bmkp-edit-bookmark-record-mode-map>\
(define-key bmkp-edit-bookmark-records-mode-map "\C-c\C-c" 'bmkp-edit-bookmark-records-send)

(defvar bmkp-edit-bookmark-records-number 0
"NUmber of bookmard records being edited.")
"NUmber of bookmark records being edited.")

;;;###autoload (autoload 'bmkp-edit-bookmark-records-send "bookmark+")
(defun bmkp-edit-bookmark-records-send (&optional msg-p) ; Bound to `C-c C-c' in records-editing buffer.
Expand Down Expand Up @@ -6180,7 +6180,7 @@ If it is a record then it need not belong to `bookmark-alist'."

(defun bmkp-url-bookmark-p (bookmark)
"Return non-nil if BOOKMARK is a URL bookmark.
This means that it satifies `bmkp-eww-bookmark-p' (Emacs 25+),
This means that it satisfies `bmkp-eww-bookmark-p' (Emacs 25+),
`bmkp-w3m-bookmark-p', or `bmkp-url-browse-bookmark-p'.

BOOKMARK is a bookmark name or a bookmark record.
Expand Down Expand Up @@ -7081,7 +7081,7 @@ Return the copy.
Do not sort if `bmkp-sort-comparer' is nil.
This is a non-destructive operation: ALIST is not modified.

Sorting is done using using `bmkp-sort-comparer'.
Sorting is done using `bmkp-sort-comparer'.
If `bmkp-reverse-sort-p' is non-nil, then reverse the sort order.
Keys are compared for sorting using `equal'.

Expand Down Expand Up @@ -7114,7 +7114,7 @@ elements with keys in list OMIT."
;;; Always remove duplicates. Keep only the first element with a given
;;; key. This is a non-destructive operation: ALIST is not modified.

;;; Sorting is done using using `bmkp-sort-comparer'.
;;; Sorting is done using `bmkp-sort-comparer'.
;;; If `bmkp-reverse-sort-p' is non-nil, then reverse the sort order.
;;; Keys are compared for sorting using `equal'.
;;; If optional arg OMIT is non-nil, then omit from the return value any
Expand Down Expand Up @@ -9936,7 +9936,7 @@ BOOKMARK is a bookmark name or a bookmark record."
(let ((buf (bmkp-get-buffer-name bookmark))
(kbd-macs (bookmark-prop-get bookmark 'kmacros)))
(unless (and buf (get-buffer buf))
(message "Bookmarked for non-existent buffer `%s', so using current buffer" buf) (sit-for 3)
(message "Bookmarked for nonexistent buffer `%s', so using current buffer" buf) (sit-for 3)
(setq buf (current-buffer)))
(with-current-buffer buf
(let ((kmacs kbd-macs))
Expand All @@ -9957,7 +9957,7 @@ BOOKMARK is a bookmark name or a bookmark record."
(let ((buf (bmkp-get-buffer-name bookmark))
(vars+vals (bookmark-prop-get bookmark 'variables)))
(unless (get-buffer buf)
(message "Bookmarked for non-existent buffer `%s', so using current buffer" buf) (sit-for 3)
(message "Bookmarked for nonexistent buffer `%s', so using current buffer" buf) (sit-for 3)
(setq buf (current-buffer)))
(with-current-buffer buf
(dolist (var+val vars+vals)
Expand Down
6 changes: 3 additions & 3 deletions deprecated/bookmark+-bmu.el
Original file line number Diff line number Diff line change
Expand Up @@ -2496,7 +2496,7 @@ From Lisp, non-nil optional arg MSG-P means show progress messages."
(bmkp-bmenu-cancel-incremental-filtering)))

(defun bmkp-bmenu-filter-alist-by-annotation-regexp ()
"Filter bookmarks by annoation, then refresh the bookmark list."
"Filter bookmarks by annotation, then refresh the bookmark list."
(setq bmkp-bmenu-filter-function 'bmkp-regexp-filtered-annotation-alist-only
bmkp-bmenu-title (format "Bookmarks with Annotations Matching Regexp `%s'"
bmkp-bmenu-filter-pattern))
Expand Down Expand Up @@ -5241,7 +5241,7 @@ compare them by bookmark name.")
Sort a bookmark accessed more recently before one accessed less
recently or not accessed. Sort a bookmark to an existing buffer
before a local file bookmark. When two bookmarks are not comparable
by such critera, sort them by bookmark name. (In particular, sort
by such criteria, sort them by bookmark name. (In particular, sort
remote-file bookmarks by bookmark name.")

(bmkp-define-sort-command ; Bound to `s v' in bookmark list
Expand Down Expand Up @@ -5657,7 +5657,7 @@ are marked or ALLP is non-nil."

;;; `Bookmark+' menu-bar menu in `*Bookmark List*'

(defvar bmkp-bmenu-menubar-menu (make-sparse-keymap "Bookmark+") "`Boomark+' menu-bar menu.")
(defvar bmkp-bmenu-menubar-menu (make-sparse-keymap "Bookmark+") "`Bookmark+' menu-bar menu.")
(define-key bookmark-bmenu-mode-map [menu-bar bmkp]
(cons "Bookmark+" bmkp-bmenu-menubar-menu))

Expand Down
6 changes: 3 additions & 3 deletions deprecated/bookmark+-chg.el
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
;; bmkp-remove-all-tags, bmkp(-autofile)-(add|remove)-tags, bmkp-set-tag-value,
;; bmkp-paste-(add|replace)-tags, bmkp-(url|file)-target-set, bmkp-autofile-set:
;; Added missing NO-UPDATE-P arg for interactive spec.
;; bmkp-remove-all-tags: Moveed msg to the end.
;; bmkp-remove-all-tags: Moved msg to the end.
;; bmkp-paste-replace-tags: Added sleep-for after first msg.
;; 2012/11/13 dadams
;; bmkp-sorting-description: Fixed 1st case: use ORDER only if bmkp-sort-comparer is also non-nil.
Expand Down Expand Up @@ -2452,7 +2452,7 @@
;; 2010/06/11 dadams
;; Wrap all (require '* nil t) in condition-case.
;; 2010/06/07 dadams
;; Fix deskstop bookmarks for Emacs < 22. Protect:
;; Fix desktop bookmarks for Emacs < 22. Protect:
;; *-release-lock with fboundp, *-buffer-args-list with boundp, *-dir with Emacs version #,
;; 2010/05/30 dadams
;; Added: bookmarkp-(next|previous)-bookmark-w32(-repeat). Bound to C-x p (next|prior).
Expand Down Expand Up @@ -3329,7 +3329,7 @@
;; Faces for menu list. Change region color.
;; 2009-06-11 Add: *-region-search-size, *-get-buffername, *-use-region.
;; Redefine *-handle-bookmark, *-jump, to fit bookmark-use-region.
;; Add condtions to bookmark-make-record. Support w3m. Support t command.
;; Add conditions to bookmark-make-record. Support w3m. Support t command.
;; 2009-06-10 Fix search regexp. Fix region in Info. Save bookmark if region moves.
;; 2009-06-09 Added: bookmark-make-record(-region), bookmark-region-handler.
;; Relocation.
Expand Down
14 changes: 7 additions & 7 deletions deprecated/bookmark+-doc.el
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
;; - Lisp variable bookmarks. A bookmark can represent a set of
;; variables and their values.
;;
;; - Snippet bookmarks. Select some some text and give it a
;; - Snippet bookmarks. Select some text and give it a
;; (bookmark) name. Then copy it to the `kill-ring' anytime, in
;; any Emacs session.
;;
Expand Down Expand Up @@ -839,7 +839,7 @@
;; (see (@> "Bookmarks for Specific Files or Buffers")).
;;
;; All bookmark jump commands are bound to keys that have the prefix
;; `C-x j'. There is an other-window version of most jump commands,
;; `C-x j'. There is an `other-window` version of most jump commands,
;; and it is bound to the same key as the same-window command, except
;; the prefix is `C-x 4 j', not `C-x j'. For instance,
;; `bmkp-dired-jump-other-window' is bound to `C-x 4 j d'.
Expand All @@ -854,7 +854,7 @@
;; `bmkp-jump-map-prefix-keys' and
;; `bmkp-jump-other-window-map-prefix-keys'.
;;
;; If you do not remember the different type-specfic bindings, you
;; If you do not remember the different type-specific bindings, you
;; can use commands `bmkp-jump-to-type' and
;; `bmkp-jump-to-type-other-window' (`C-x j :' and `C-x 4 j :').
;; They work for any type, prompting you first for the type, then for
Expand Down Expand Up @@ -1196,7 +1196,7 @@
;; T v bmkp-jump RET (lambda () (message "Hello!"))
;;
;; The function that is the value of a "bmkp-jump" tag is called just
;; after the the standard hook `bookmark-after-jump-hook' is invoked.
;; after the standard hook `bookmark-after-jump-hook' is invoked.
;; You can use this tag to invoke functions that are specific to
;; individual bookmarks; bookmarks can thus have their own, extra
;; jump functions.
Expand Down Expand Up @@ -3071,7 +3071,7 @@
;; then the bookmarks in the current file or buffer are used as the
;; navlist.
;;
;; * Otherwise, a snapshot is taken of the the bookmarks currently in
;; * Otherwise, a snapshot is taken of the bookmarks currently in
;; the global bookmark list (the value of variable
;; `bookmark-alist') as the navlist.
;;
Expand Down Expand Up @@ -3472,7 +3472,7 @@
;; You can delete all such temporary bookmarks from the current
;; bookmark list using command `bmkp-delete-all-temporary-bookmarks'
;; (or by using `X M' to mark them in the bookmark-list display and
;; then hitting `D' to delete thems).
;; then hitting `D' to delete them).
;;
;; In the bookmark-list display (buffer `*Bookmark List*'), temporary
;; bookmarks are indicated with the mark `X' in the same column where
Expand Down Expand Up @@ -3664,7 +3664,7 @@
;; the text in the buffer, the highlighted location can thus become
;; out of sync with the recorded position. This is normal. When you
;; jump to the bookmark, its highlight is automatically repositioned
;; to the recorded location, possibly adjusted according to the the
;; to the recorded location, possibly adjusted according to the
;; surrounding context.
;;
;; In addition to the default highlighting, which you can customize,
Expand Down
2 changes: 1 addition & 1 deletion deprecated/bookmark+-lit.el
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ With a prefix arg you are prompted for the style and/or face to use:
Plain prefix arg (`C-u'): prompt for both style and face.
Numeric non-negative arg: prompt for face.
Numeric negative arg: prompt for style.
See `bmkp-light-boookmark' for argument descriptions."
See `bmkp-light-bookmark' for argument descriptions."
(interactive
(let* ((bmk (bookmark-completing-read "Highlight bookmark" nil (bmkp-this-buffer-alist-only)))
(sty (and current-prefix-arg (or (consp current-prefix-arg)
Expand Down
16 changes: 8 additions & 8 deletions deprecated/bookmark+1.el
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
;; `bmkp-region-jump-other-window', `bmkp-remote-file-jump',
;; `bmkp-remote-file-jump-other-window',
;; `bmkp-remote-non-dir-file-jump',
;; `bmkp-temote-non-dir-file-jump-other-window',
;; `bmkp-remote-non-dir-file-jump-other-window',
;; `bmkp-remove-all-tags', `bmkp-remove-tags',
;; `bmkp-remove-tags-from-all', `bmkp-rename-tag',
;; `bmkp-retrieve-icicle-search-hits',
Expand Down Expand Up @@ -954,7 +954,7 @@ The possible values:
(defcustom bmkp-auto-idle-bookmark-min-distance 1000
"*Minimum number of chars between automatic bookmark positions."
:type '(choice
(const :tag "No minumum distance" nil)
(const :tag "No minimum distance" nil)
(integer :tag "At least this many chars" :value 1000))
:group 'bookmark-plus)

Expand Down Expand Up @@ -4252,7 +4252,7 @@ When you finish editing, use \\<bmkp-edit-bookmark-record-mode-map>\
(define-key bmkp-edit-bookmark-records-mode-map "\C-c\C-c" 'bmkp-edit-bookmark-records-send)

(defvar bmkp-edit-bookmark-records-number 0
"NUmber of bookmard records being edited.")
"NUmber of bookmark records being edited.")

;;;###autoload (autoload 'bmkp-edit-bookmark-records-send "bookmark+")
(defun bmkp-edit-bookmark-records-send (&optional msg-p) ; Bound to `C-c C-c' in records-editing buffer.
Expand Down Expand Up @@ -6180,7 +6180,7 @@ If it is a record then it need not belong to `bookmark-alist'."

(defun bmkp-url-bookmark-p (bookmark)
"Return non-nil if BOOKMARK is a URL bookmark.
This means that it satifies `bmkp-eww-bookmark-p' (Emacs 25+),
This means that it satisfies `bmkp-eww-bookmark-p' (Emacs 25+),
`bmkp-w3m-bookmark-p', or `bmkp-url-browse-bookmark-p'.

BOOKMARK is a bookmark name or a bookmark record.
Expand Down Expand Up @@ -7081,7 +7081,7 @@ Return the copy.
Do not sort if `bmkp-sort-comparer' is nil.
This is a non-destructive operation: ALIST is not modified.

Sorting is done using using `bmkp-sort-comparer'.
Sorting is done using `bmkp-sort-comparer'.
If `bmkp-reverse-sort-p' is non-nil, then reverse the sort order.
Keys are compared for sorting using `equal'.

Expand Down Expand Up @@ -7114,7 +7114,7 @@ elements with keys in list OMIT."
;;; Always remove duplicates. Keep only the first element with a given
;;; key. This is a non-destructive operation: ALIST is not modified.

;;; Sorting is done using using `bmkp-sort-comparer'.
;;; Sorting is done using `bmkp-sort-comparer'.
;;; If `bmkp-reverse-sort-p' is non-nil, then reverse the sort order.
;;; Keys are compared for sorting using `equal'.
;;; If optional arg OMIT is non-nil, then omit from the return value any
Expand Down Expand Up @@ -9936,7 +9936,7 @@ BOOKMARK is a bookmark name or a bookmark record."
(let ((buf (bmkp-get-buffer-name bookmark))
(kbd-macs (bookmark-prop-get bookmark 'kmacros)))
(unless (and buf (get-buffer buf))
(message "Bookmarked for non-existent buffer `%s', so using current buffer" buf) (sit-for 3)
(message "Bookmarked for nonexistent buffer `%s', so using current buffer" buf) (sit-for 3)
(setq buf (current-buffer)))
(with-current-buffer buf
(let ((kmacs kbd-macs))
Expand All @@ -9957,7 +9957,7 @@ BOOKMARK is a bookmark name or a bookmark record."
(let ((buf (bmkp-get-buffer-name bookmark))
(vars+vals (bookmark-prop-get bookmark 'variables)))
(unless (get-buffer buf)
(message "Bookmarked for non-existent buffer `%s', so using current buffer" buf) (sit-for 3)
(message "Bookmarked for nonexistent buffer `%s', so using current buffer" buf) (sit-for 3)
(setq buf (current-buffer)))
(with-current-buffer buf
(dolist (var+val vars+vals)
Expand Down
2 changes: 1 addition & 1 deletion deprecated/ox-rtf.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; for RTF see http://www.biblioscape.com/rtf15_spec.htm
;; and https://www.safaribooksonline.com/library/view/rtf-pocket-guide/9781449302047/ch01.html
;;
;; It isn't my intention to full support RTF export to arbitrily complex
;; It isn't my intention to full support RTF export to arbitrarily complex
;; documents, although I would like to get to where citations as footnotes are
;; reasonable, and cross-references work.

Expand Down
4 changes: 2 additions & 2 deletions deprecated/scimax-org-babel-ipython-upstream.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If non-nil do not show the execution count in output."
"Function for showing the execution count.
The function takes one argument, the execution count. It should return a string to be displayed. Use an empty string to suppress the count.
`ob-ipython-execution-count-suppress' will not show anything.
`ob-ipython-execution-count-output' will show a string in the ouput.
`ob-ipython-execution-count-output' will show a string in the output.
`ob-ipython-execution-count-overlay' will show an overlay in the margin.
`ob-ipython-execution-count-attribute' will store it in a src-block attribute."
:group 'ob-ipython
Expand Down Expand Up @@ -609,7 +609,7 @@ _s_: save buffer _z_: undo _<return>_: edit mode
;; this folds output
("o" ob-ipython-toggle-output "toggle output" :color red)

;; for large ouputs, puts results in a window you can scroll in. Not sure if
;; for large outputs, puts results in a window you can scroll in. Not sure if
;; that is possible in emacs. May be no analog.
;; ( ;; "S-o" "toggle output scrolling"
;; )
Expand Down
4 changes: 2 additions & 2 deletions deprecated/scimax-org-babel-ipython.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
;; Customization variables
;;
;; If `org-babel-async-ipython' is non-nil the src blocks will be run
;; asynchrounously allowing you to work in emacs while the code runs. This mode
;; asynchronously allowing you to work in emacs while the code runs. This mode
;; will create names for each code-block if they don't already have a name,
;; defaulting to a human readable name. The number of words in the name is
;; defined by `org-babel-ipython-name-length'. The function used to generate the
Expand Down Expand Up @@ -182,7 +182,7 @@ With prefix arg BELOW, insert it below the current point."
(forward-line -3)))

((org-in-src-block-p)
;; goto begining and insert
;; goto beginning and insert
(goto-char (org-element-property :begin (org-element-context)))
(insert "\n#+BEGIN_SRC ipython

Expand Down
4 changes: 2 additions & 2 deletions help-fns+.el
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
;; (require 'help-fns+)
;;
;; Acknowledgement: Passing text properties on doc strings to the
;; *Help* buffer is an idea from Johan bockgard. He sent it on
;; *Help* buffer is an idea from Johan Bockgard. He sent it on
;; 2007-01-24 to [email protected], Subject
;; "display-completion-list should not strip text properties".
;;
Expand Down Expand Up @@ -762,7 +762,7 @@ Optional arg NOMSG non-nil means do not display a progress message."
(defun Info-first-index-occurrence (index-entry &optional index-nodes manuals nomsg)
"Return nil or an occurrence of INDEX-ENTRY in INDEX-NODES of MANUALS.
Search INDEX-NODES and MANUALS in order.
A non-nil return value is the first first successful index lookup, in
A non-nil return value is the first successful index lookup, in
the form (FILE INDEX-ENTRY NODE LINE) - see `Info-index-occurrences'.

Optional arg INDEX-NODES are the index nodes of MANUALS to search.
Expand Down
2 changes: 1 addition & 1 deletion kitchingroup/kitchingroup.el
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Usually at ~/Box/andrewid."


(defcustom kitchingroup-github-id nil
"Your GitHUB id.
"Your GitHub id.
This should be defined in user/preload.el, e.g. (setq kitchingroup-github-id \"your-id\")"
:group 'kitchingroup)

Expand Down
4 changes: 2 additions & 2 deletions org-mac-link.el
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
;;; Commentary:
;;
;; This code allows you to grab either the current selected items, or
;; the frontmost url in various mac appliations, and insert them as
;; the frontmost url in various mac applications, and insert them as
;; hyperlinks into the current org-mode document at point.
;;
;; This code is heavily based on, and indeed incorporates,
Expand Down Expand Up @@ -324,7 +324,7 @@ The links are of the form <link>::split::<name>."
;; the contents of the url bar, and copy it. It then uses the title of
;; the window as the text of the link. There is no way to grab links
;; from other open tabs, and further, if there is more than one window
;; open, it is not clear which one will be used (though emperically it
;; open, it is not clear which one will be used (though empirically it
;; seems that it is always the last active window).

(defun org-as-mac-firefox-get-frontmost-url ()
Expand Down
2 changes: 1 addition & 1 deletion ox-cmu/ox-cmu-ms-report.el
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ contents of hidden elements.

When optional argument BODY-ONLY is non-nil, only write content.

EXT-PLIST, when provided, is a proeprty list with external
EXT-PLIST, when provided, is a property list with external
parameters overriding Org default settings, but still inferior to
file-local settings.

Expand Down
2 changes: 1 addition & 1 deletion scimax-autoformat-abbrev.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

;; This module also sets up flyspell to save abbrevs so they autocorrect in the
;; future. The variable `scimax-save-spellcheck-abbrevs' defaults to t, and
;; saves any word you correct with flyspell as an abbrev. It also binds C-x C-i
;; saves any work you correct with flyspell as an abbrev. It also binds C-x C-i
;; to a function that calls ispell on a word, and then creates an abbrev for the
;; selection you make.
;;
Expand Down
2 changes: 1 addition & 1 deletion scimax-dashboard.el
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
:button-prefix ""
:button-suffix ""
:format "%[%t%]"
"scimax (Github)")
"scimax (GitHub)")

(insert " ")
(widget-create
Expand Down
2 changes: 1 addition & 1 deletion scimax-editmarks.org
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ changed."
2. Fresh delete, insert markers and put content in them. [[(delete-2-new)]]
3. At the beginning of a delete, and deleting. Push deletion to front of content. [[(delete-2-front)]].
4. At the beginning of a delete and end of another delete. merge them. [[(delete-2-merge)]].
5. At the beginning of a delete and end of another mark. Just move in to previous mark. [[(delete-2-end+mark)]].
5. At the beginning of a delete and end of another mark. Just move it to previous mark. [[(delete-2-end+mark)]].
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally I change in to to into, but here it seemed that this might be intended.

6. At the end of a delete, but not looking at another mark. Jump to the front. [[(delete-2-end-extend)]]


Expand Down
Loading