; Fix typos
This commit is contained in:
parent
d9bd1718f9
commit
fb11294d41
28 changed files with 34 additions and 33 deletions
|
@ -128823,7 +128823,7 @@
|
||||||
(setq message-send-mail-function 'message-send-mail-with-sendmail)
|
(setq message-send-mail-function 'message-send-mail-with-sendmail)
|
||||||
(setq sendmail-program "msmtp")
|
(setq sendmail-program "msmtp")
|
||||||
|
|
||||||
the message seding is handled by an external program, so no Unicode
|
the message sending is handled by an external program, so no Unicode
|
||||||
encoding is performed in Emacs. Thus Emacs must not assert that the
|
encoding is performed in Emacs. Thus Emacs must not assert that the
|
||||||
Unicode encoding was performed.
|
Unicode encoding was performed.
|
||||||
|
|
||||||
|
@ -129602,7 +129602,7 @@
|
||||||
|
|
||||||
2019-05-27 Glenn Morris <rgm@gnu.org>
|
2019-05-27 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* test/lisp/autorevert-tests.el: Give on on remote hydra.nixos tests.
|
* test/lisp/autorevert-tests.el: Give up on remote hydra.nixos tests.
|
||||||
|
|
||||||
(auto-revert--test-enabled-remote): Disable on hydra.nixos.
|
(auto-revert--test-enabled-remote): Disable on hydra.nixos.
|
||||||
|
|
||||||
|
@ -135286,7 +135286,7 @@
|
||||||
92ce2dd Improve documentation of window parameters
|
92ce2dd Improve documentation of window parameters
|
||||||
6dc42c5 Improve commentary in frame.el
|
6dc42c5 Improve commentary in frame.el
|
||||||
a8cffcf Fix typo in a doc string
|
a8cffcf Fix typo in a doc string
|
||||||
9e79f19 (emacs-26) ; * src/fontset.c (set-fontset-font): Use uppercas...
|
9e79f19 (emacs-26) ; * src/fontset.c (set-fontset-font): Use uppercase...
|
||||||
|
|
||||||
# Conflicts:
|
# Conflicts:
|
||||||
# lisp/vc/vc.el
|
# lisp/vc/vc.el
|
||||||
|
@ -223245,7 +223245,7 @@
|
||||||
Make ‘delete-trailing-whitespace’ delete spaces after form feed
|
Make ‘delete-trailing-whitespace’ delete spaces after form feed
|
||||||
|
|
||||||
* lisp/simple.el (delete-trailing-whitespace): Treat form fead as
|
* lisp/simple.el (delete-trailing-whitespace): Treat form fead as
|
||||||
a non-whitespace character (regradless of whether it’s character syntax
|
a non-whitespace character (regardless of whether it’s character syntax
|
||||||
is whitespace) and delete any whitespace following it instead of leaving
|
is whitespace) and delete any whitespace following it instead of leaving
|
||||||
lines with form feeds completely unchanged. I.e. a line like "\f " will
|
lines with form feeds completely unchanged. I.e. a line like "\f " will
|
||||||
now became "\f".
|
now became "\f".
|
||||||
|
|
|
@ -309,7 +309,7 @@
|
||||||
|
|
||||||
2024-03-31 Michael Albinus <michael.albinus@gmx.de>
|
2024-03-31 Michael Albinus <michael.albinus@gmx.de>
|
||||||
|
|
||||||
Adapt Tramp versio (don't merge)
|
Adapt Tramp version (don't merge)
|
||||||
|
|
||||||
* doc/misc/trampver.texi:
|
* doc/misc/trampver.texi:
|
||||||
* lisp/net/trampver.el: Change version to "2.6.3".
|
* lisp/net/trampver.el: Change version to "2.6.3".
|
||||||
|
|
|
@ -5406,7 +5406,7 @@
|
||||||
(syms_of_androidselect): Define it.
|
(syms_of_androidselect): Define it.
|
||||||
|
|
||||||
* src/emacs.c (load_pdump): Eschew excessively elaborate dump file
|
* src/emacs.c (load_pdump): Eschew excessively elaborate dump file
|
||||||
location code on on Android.
|
location code on Android.
|
||||||
|
|
||||||
* src/pdumper.c (Fdump_emacs_portable): Allow dumping while
|
* src/pdumper.c (Fdump_emacs_portable): Allow dumping while
|
||||||
interactive on Android.
|
interactive on Android.
|
||||||
|
|
|
@ -87,7 +87,7 @@ be shown. On positions 3,4, and 7, the @samp{alog} function will be
|
||||||
As is my wont, I started hacking on it almost immediately. I first
|
As is my wont, I started hacking on it almost immediately. I first
|
||||||
The latter criterion is the "je ne sais quoi" of the artistic aspect of
|
The latter criterion is the "je ne sais quoi" of the artistic aspect of
|
||||||
order but are now listed consecutively en bloc.
|
order but are now listed consecutively en bloc.
|
||||||
"mot de passe" "Mot de passe")
|
"mot de passe" "Mot de passe")
|
||||||
Reported by Mor Zahavi <morzahavi@me.com>. (Bug#51271)
|
Reported by Mor Zahavi <morzahavi@me.com>. (Bug#51271)
|
||||||
* etc/refcards/fr-refcard.tex (section{Formater}): Remove mention
|
* etc/refcards/fr-refcard.tex (section{Formater}): Remove mention
|
||||||
Reported by Ture Pålsson.
|
Reported by Ture Pålsson.
|
||||||
|
|
|
@ -32,6 +32,7 @@ msdos
|
||||||
ot
|
ot
|
||||||
parm
|
parm
|
||||||
parms
|
parms
|
||||||
|
proced
|
||||||
reenable
|
reenable
|
||||||
reenabled
|
reenabled
|
||||||
requestor
|
requestor
|
||||||
|
|
|
@ -4890,7 +4890,7 @@
|
||||||
|
|
||||||
2011-05-10 Jim Meyering <meyering@redhat.com>
|
2011-05-10 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
* minibuf.texi: Fix typo "in in -> in".
|
* minibuf.texi: Fix typo.
|
||||||
|
|
||||||
2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
|
2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ current buffer, using a given set of rules.
|
||||||
@cindex root, of parsing expression grammar
|
@cindex root, of parsing expression grammar
|
||||||
@cindex entry-point, of parsing expression grammar
|
@cindex entry-point, of parsing expression grammar
|
||||||
Each rule in a @acronym{PEG} is referred to as a @dfn{parsing
|
Each rule in a @acronym{PEG} is referred to as a @dfn{parsing
|
||||||
expression} (@acronym{PEX}), and can be specified a a literal string, a
|
expression} (@acronym{PEX}), and can be specified a literal string, a
|
||||||
regexp-like character range or set, a peg-specific construct resembling
|
regexp-like character range or set, a peg-specific construct resembling
|
||||||
an Emacs Lisp function call, a reference to another rule, or a
|
an Emacs Lisp function call, a reference to another rule, or a
|
||||||
combination of any of these. A grammar is expressed as a tree of rules
|
combination of any of these. A grammar is expressed as a tree of rules
|
||||||
|
|
|
@ -5128,7 +5128,7 @@ started on line 2. Lines 4 and 5 get the syntaxes
|
||||||
though part of a function.
|
though part of a function.
|
||||||
|
|
||||||
Note that the @code{requires} on Line 3 begins a @dfn{requires
|
Note that the @code{requires} on Line 3 begins a @dfn{requires
|
||||||
expression}, not a a requires clause, hence its components are not
|
expression}, not a requires clause, hence its components are not
|
||||||
assigned @code{constraint-cont}. See
|
assigned @code{constraint-cont}. See
|
||||||
@url{https://en.cppreference.com/w/cpp/language/requires}.
|
@url{https://en.cppreference.com/w/cpp/language/requires}.
|
||||||
|
|
||||||
|
|
|
@ -20413,7 +20413,7 @@ Anyway, if you'd like to dig into it yourself, here's an example:
|
||||||
(read-only nil)
|
(read-only nil)
|
||||||
(orphan -10)
|
(orphan -10)
|
||||||
(adapt t)
|
(adapt t)
|
||||||
(files "/hom/larsi/News/gnu.SCORE")
|
(files "/home/larsi/News/gnu.SCORE")
|
||||||
(exclude-files "all.SCORE")
|
(exclude-files "all.SCORE")
|
||||||
(local (gnus-newsgroup-auto-expire t)
|
(local (gnus-newsgroup-auto-expire t)
|
||||||
(gnus-summary-make-false-root empty))
|
(gnus-summary-make-false-root empty))
|
||||||
|
|
|
@ -177,7 +177,7 @@ Previously, when exporting to Org, all the citations and
|
||||||
=print_bibliography= keywords, were transformed according to the
|
=print_bibliography= keywords, were transformed according to the
|
||||||
chosen citation processor.
|
chosen citation processor.
|
||||||
|
|
||||||
This is no loner the case. All the citation-related markup is now
|
This is no longer the case. All the citation-related markup is now
|
||||||
exported as is.
|
exported as is.
|
||||||
|
|
||||||
The previous behavior can be reverted by setting new custom option
|
The previous behavior can be reverted by setting new custom option
|
||||||
|
|
|
@ -848,7 +848,7 @@ more..."
|
||||||
`(org-example ((,class (:foreground "blue" :background "#EEFFEE"))))
|
`(org-example ((,class (:foreground "blue" :background "#EEFFEE"))))
|
||||||
`(org-footnote ((,class (:underline t :foreground "#008ED1"))))
|
`(org-footnote ((,class (:underline t :foreground "#008ED1"))))
|
||||||
`(org-formula ((,class (:foreground "chocolate1"))))
|
`(org-formula ((,class (:foreground "chocolate1"))))
|
||||||
;; org-habit colours are thanks to zenburn
|
;; org-habit colors are thanks to zenburn
|
||||||
`(org-habit-ready-face ((t :background "#7F9F7F"))) ; ,zenburn-green
|
`(org-habit-ready-face ((t :background "#7F9F7F"))) ; ,zenburn-green
|
||||||
`(org-habit-alert-face ((t :background "#E0CF9F" :foreground "#3F3F3F"))) ; ,zenburn-yellow-1 fg ,zenburn-bg
|
`(org-habit-alert-face ((t :background "#E0CF9F" :foreground "#3F3F3F"))) ; ,zenburn-yellow-1 fg ,zenburn-bg
|
||||||
`(org-habit-clear-face ((t :background "#5C888B"))) ; ,zenburn-blue-3
|
`(org-habit-clear-face ((t :background "#5C888B"))) ; ,zenburn-blue-3
|
||||||
|
|
|
@ -570,7 +570,7 @@
|
||||||
|
|
||||||
1986-01-18 Richard M. Stallman (rms@prep)
|
1986-01-18 Richard M. Stallman (rms@prep)
|
||||||
|
|
||||||
* doctor.el: Fix typo "symtoms".
|
* doctor.el: Fix typo for "symptoms".
|
||||||
|
|
||||||
1986-01-10 Richard Mlynarik (mly@prep)
|
1986-01-10 Richard Mlynarik (mly@prep)
|
||||||
|
|
||||||
|
|
|
@ -622,7 +622,7 @@ Included databases are filtered based on `semanticdb-find-default-throttle'."
|
||||||
;; INCLUDETAG should have some way to reference where it came
|
;; INCLUDETAG should have some way to reference where it came
|
||||||
;; from! If not, TABLE should provide the way. Each time we
|
;; from! If not, TABLE should provide the way. Each time we
|
||||||
;; look up a tag, we may need to find it in some relative way
|
;; look up a tag, we may need to find it in some relative way
|
||||||
;; and must set our current buffer eto the origin of includetag
|
;; and must set our current buffer to the origin of includetag
|
||||||
;; or nothing may work.
|
;; or nothing may work.
|
||||||
(setq originfiledir
|
(setq originfiledir
|
||||||
(cond ((semantic-tag-file-name includetag)
|
(cond ((semantic-tag-file-name includetag)
|
||||||
|
|
|
@ -992,7 +992,7 @@ Each symbol is bound to a single completion entry.")
|
||||||
;; Updating the database
|
;; Updating the database
|
||||||
;;-----------------------------------------------
|
;;-----------------------------------------------
|
||||||
;;
|
;;
|
||||||
;; These are the internal functions used to update the datebase
|
;; These are the internal functions used to update the database
|
||||||
;;
|
;;
|
||||||
;;
|
;;
|
||||||
(defvar completion-to-accept nil
|
(defvar completion-to-accept nil
|
||||||
|
|
|
@ -256,7 +256,7 @@ specifying a region in the current buffer, or (:file . FILENAME)
|
||||||
to temporarily insert the contents of FILENAME.
|
to temporarily insert the contents of FILENAME.
|
||||||
|
|
||||||
Before executing BODY, narrow the buffer to the text for COMMAND
|
Before executing BODY, narrow the buffer to the text for COMMAND
|
||||||
and and set point to the beginning of the narrowed region.
|
and set point to the beginning of the narrowed region.
|
||||||
|
|
||||||
The value returned is the last form in BODY."
|
The value returned is the last form in BODY."
|
||||||
(declare (indent 1))
|
(declare (indent 1))
|
||||||
|
|
|
@ -5560,7 +5560,7 @@
|
||||||
|
|
||||||
2011-05-10 Jim Meyering <meyering@redhat.com>
|
2011-05-10 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
* shr.el (shr-colorize-region): Fix typo "on on -> on".
|
* shr.el (shr-colorize-region): Fix typo.
|
||||||
|
|
||||||
2011-05-10 Julien Danjou <julien@danjou.info>
|
2011-05-10 Julien Danjou <julien@danjou.info>
|
||||||
|
|
||||||
|
|
|
@ -2861,7 +2861,7 @@ file's directory then expand relative links.
|
||||||
|
|
||||||
If the optional TYPE is passed as `attachment' and the path is a
|
If the optional TYPE is passed as `attachment' and the path is a
|
||||||
descendant of the DEFAULT-DIRECTORY, the generated link will be
|
descendant of the DEFAULT-DIRECTORY, the generated link will be
|
||||||
specified as an an \"attachment:\" style link."
|
specified as an \"attachment:\" style link."
|
||||||
(when (stringp result)
|
(when (stringp result)
|
||||||
(let* ((result-file-name (expand-file-name result))
|
(let* ((result-file-name (expand-file-name result))
|
||||||
(base-file-name (buffer-file-name (buffer-base-buffer)))
|
(base-file-name (buffer-file-name (buffer-base-buffer)))
|
||||||
|
|
|
@ -105,7 +105,7 @@ For details see the variable `org-adapt-indentation'."
|
||||||
|
|
||||||
(defcustom org-indent-post-buffer-init-functions nil
|
(defcustom org-indent-post-buffer-init-functions nil
|
||||||
"Hook run after org-indent finishes initializing a buffer.
|
"Hook run after org-indent finishes initializing a buffer.
|
||||||
The function(s) in in this hook must accept a single argument representing
|
The function(s) in this hook must accept a single argument representing
|
||||||
the initialized buffer."
|
the initialized buffer."
|
||||||
:group 'org-indent
|
:group 'org-indent
|
||||||
:package-version '(Org . "9.7")
|
:package-version '(Org . "9.7")
|
||||||
|
|
|
@ -15434,7 +15434,7 @@ When SUPPRESS-TMP-DELAY is non-nil, suppress delays like
|
||||||
(defun org-modify-ts-extra (ts-string pos nincrements increment-step)
|
(defun org-modify-ts-extra (ts-string pos nincrements increment-step)
|
||||||
"Change the lead-time/repeat fields at POS in timestamp string TS-STRING.
|
"Change the lead-time/repeat fields at POS in timestamp string TS-STRING.
|
||||||
POS is the position in the timestamp string to be changed.
|
POS is the position in the timestamp string to be changed.
|
||||||
NINCREMENTS is the number of incremenets/decrements.
|
NINCREMENTS is the number of increments/decrements.
|
||||||
|
|
||||||
INCREMENT-STEP is step used for a single increment when POS in on
|
INCREMENT-STEP is step used for a single increment when POS in on
|
||||||
minutes. Before incrementing minutes, they are rounded to
|
minutes. Before incrementing minutes, they are rounded to
|
||||||
|
|
|
@ -1954,7 +1954,7 @@ ender."
|
||||||
;; The following is no longer used (2020-02-16).
|
;; The following is no longer used (2020-02-16).
|
||||||
;; (c-lang-defconst c-last-open-c-comment-start-on-line-re
|
;; (c-lang-defconst c-last-open-c-comment-start-on-line-re
|
||||||
;; "Regexp which matches the last block comment start on the
|
;; "Regexp which matches the last block comment start on the
|
||||||
;; current ine, if any, or nil in those languages without block
|
;; current one, if any, or nil in those languages without block
|
||||||
;; comments. When a match is found, submatch 1 contains the comment
|
;; comments. When a match is found, submatch 1 contains the comment
|
||||||
;; starter."
|
;; starter."
|
||||||
;; t "\\(/\\*\\)\\([^*]\\|\\*+\\([^*/]\\|$\\)\\)*$"
|
;; t "\\(/\\*\\)\\([^*]\\|\\*+\\([^*/]\\|$\\)\\)*$"
|
||||||
|
|
|
@ -347,7 +347,7 @@ The actually processing is done by DO-STRING and DO-REGION
|
||||||
DEFVAR forms reset the variables to the init values."
|
DEFVAR forms reset the variables to the init values."
|
||||||
(save-excursion
|
(save-excursion
|
||||||
;; Find the end of the defun this way to avoid having the region
|
;; Find the end of the defun this way to avoid having the region
|
||||||
;; possibly end with a comment (it there'a a comment after the
|
;; possibly end with a comment (it there's a comment after the
|
||||||
;; final parenthesis).
|
;; final parenthesis).
|
||||||
(beginning-of-defun)
|
(beginning-of-defun)
|
||||||
(forward-sexp)
|
(forward-sexp)
|
||||||
|
|
|
@ -717,7 +717,7 @@ characters of the current line."
|
||||||
(c-ts-common-comment-2nd-line-matcher
|
(c-ts-common-comment-2nd-line-matcher
|
||||||
c-ts-common-comment-2nd-line-anchor
|
c-ts-common-comment-2nd-line-anchor
|
||||||
1)))
|
1)))
|
||||||
"Tree-sitter indentation rules for for `phpdoc'.")
|
"Tree-sitter indentation rules for `phpdoc'.")
|
||||||
|
|
||||||
|
|
||||||
;;; Font-lock
|
;;; Font-lock
|
||||||
|
@ -1561,7 +1561,7 @@ The optional TYPE can be the symbol \"port\", \"hostname\", \"document-root\" or
|
||||||
(defun run-php (&optional cmd config)
|
(defun run-php (&optional cmd config)
|
||||||
"Run an PHP interpreter as a inferior process.
|
"Run an PHP interpreter as a inferior process.
|
||||||
|
|
||||||
Arguments CMD an CONFIG, default to `php-ts-mode-php-executable'
|
Arguments CMD and CONFIG, default to `php-ts-mode-php-executable'
|
||||||
and `php-ts-mode-php-config' respectively, control which PHP interpreter is run.
|
and `php-ts-mode-php-config' respectively, control which PHP interpreter is run.
|
||||||
Prompt for CMD if `php-ts-mode-php-executable' is nil.
|
Prompt for CMD if `php-ts-mode-php-executable' is nil.
|
||||||
Optional CONFIG, if supplied, is the php.ini file to use."
|
Optional CONFIG, if supplied, is the php.ini file to use."
|
||||||
|
|
|
@ -1418,7 +1418,7 @@ Leave point at the beginning of the tag."
|
||||||
(with-syntax-table sgml-tag-syntax-table
|
(with-syntax-table sgml-tag-syntax-table
|
||||||
(let ((pos (point)))
|
(let ((pos (point)))
|
||||||
(condition-case nil
|
(condition-case nil
|
||||||
;; FIXME: This does not correctly skip over PI an CDATA tags.
|
;; FIXME: This does not correctly skip over PI and CDATA tags.
|
||||||
(sgml-forward-sexp 1)
|
(sgml-forward-sexp 1)
|
||||||
(scan-error
|
(scan-error
|
||||||
;; This < seems to be just a spurious one, let's ignore it.
|
;; This < seems to be just a spurious one, let's ignore it.
|
||||||
|
|
|
@ -1052,7 +1052,7 @@ replacement.
|
||||||
In the second case, the second string is used to provide a longer
|
In the second case, the second string is used to provide a longer
|
||||||
name for the keys under a prefix.
|
name for the keys under a prefix.
|
||||||
|
|
||||||
MORE allows you to specifcy additional KEY REPLACEMENT pairs. All
|
MORE allows you to specify additional KEY REPLACEMENT pairs. All
|
||||||
replacements are added to `which-key-replacement-alist'."
|
replacements are added to `which-key-replacement-alist'."
|
||||||
;; TODO: Make interactive
|
;; TODO: Make interactive
|
||||||
(while key-sequence
|
(while key-sequence
|
||||||
|
@ -1923,7 +1923,7 @@ Requires `which-key-compute-remaps' to be non-nil."
|
||||||
PREFIX limits bindings to those starting with this key
|
PREFIX limits bindings to those starting with this key
|
||||||
sequence. START is a list of existing bindings to add to. If ALL
|
sequence. START is a list of existing bindings to add to. If ALL
|
||||||
is non-nil, recursively retrieve all bindings below PREFIX. If
|
is non-nil, recursively retrieve all bindings below PREFIX. If
|
||||||
EVIL is non-nil, extract active evil bidings."
|
EVIL is non-nil, extract active evil bindings."
|
||||||
(let ((bindings start)
|
(let ((bindings start)
|
||||||
(ignore '(self-insert-command ignore ignore-event company-ignore))
|
(ignore '(self-insert-command ignore ignore-event company-ignore))
|
||||||
(evil-map
|
(evil-map
|
||||||
|
|
|
@ -5956,7 +5956,7 @@
|
||||||
Assume C89 or later for math functions (Bug#12381).
|
Assume C89 or later for math functions (Bug#12381).
|
||||||
This simplifies the code, and makes it a bit smaller and faster,
|
This simplifies the code, and makes it a bit smaller and faster,
|
||||||
and (most important) makes it easier to clean up signal handling
|
and (most important) makes it easier to clean up signal handling
|
||||||
since we can stop worring about floating-point exceptions in
|
since we can stop worrying about floating-point exceptions in
|
||||||
library code. That was a problem before C89, but the problem
|
library code. That was a problem before C89, but the problem
|
||||||
went away many years ago on all practical Emacs targets.
|
went away many years ago on all practical Emacs targets.
|
||||||
* data.c, image.c, lread.c, print.c:
|
* data.c, image.c, lread.c, print.c:
|
||||||
|
|
|
@ -605,7 +605,7 @@ get_encoder_clsid (const char *type, CLSID *clsid)
|
||||||
|
|
||||||
DEFUN ("w32image-create-thumbnail", Fw32image_create_thumbnail,
|
DEFUN ("w32image-create-thumbnail", Fw32image_create_thumbnail,
|
||||||
Sw32image_create_thumbnail, 5, 5, 0,
|
Sw32image_create_thumbnail, 5, 5, 0,
|
||||||
doc: /* Create a HEIGHT by WIDTH thumnail file THUMB-FILE for image INPUT-FILE.
|
doc: /* Create a HEIGHT by WIDTH thumbnail file THUMB-FILE for image INPUT-FILE.
|
||||||
TYPE is the image type to use for the thumbnail file, a string. It is
|
TYPE is the image type to use for the thumbnail file, a string. It is
|
||||||
usually identical to the file-name extension of THUMB-FILE, but without
|
usually identical to the file-name extension of THUMB-FILE, but without
|
||||||
the leading period, and both "jpeg" and "jpg" can be used for JPEG.
|
the leading period, and both "jpeg" and "jpg" can be used for JPEG.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
$printed = 1;
|
$printed = 1;
|
||||||
|
|
||||||
# With cperl-extra-delimiters-mode=on the previous lines are a label
|
# With cperl-extra-delimiters-mode=on the previous lines are a label
|
||||||
# and a a print statement. This line here is a comment. Without
|
# and a print statement. This line here is a comment. Without
|
||||||
# cperl-extra-delimiters-mode, all this is part of the variable
|
# cperl-extra-delimiters-mode, all this is part of the variable
|
||||||
# declaration.
|
# declaration.
|
||||||
|
|
||||||
|
|
|
@ -201,7 +201,7 @@ to `ses--bar' and inserting a row, makes A2 value empty, and `ses--bar' equal to
|
||||||
|
|
||||||
|
|
||||||
(ert-deftest ses-jump-B2-lowcase ()
|
(ert-deftest ses-jump-B2-lowcase ()
|
||||||
"Test jumping to cell B2 by use of lowcase cell name string"
|
"Test jumping to cell B2 by use of lowercase cell name string"
|
||||||
(let ((ses-initial-size '(3 . 3))
|
(let ((ses-initial-size '(3 . 3))
|
||||||
ses-after-entry-functions)
|
ses-after-entry-functions)
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
|
@ -211,7 +211,7 @@ to `ses--bar' and inserting a row, makes A2 value empty, and `ses--bar' equal to
|
||||||
(should (eq (ses--cell-at-pos (point)) 'B2)))))
|
(should (eq (ses--cell-at-pos (point)) 'B2)))))
|
||||||
|
|
||||||
(ert-deftest ses-jump-B2-lowcase-keys ()
|
(ert-deftest ses-jump-B2-lowcase-keys ()
|
||||||
"Test jumping to cell B2 by use of lowcase cell name string with simulating keys"
|
"Test jumping to cell B2 by use of lowercase cell name string with simulating keys"
|
||||||
(let ((ses-initial-size '(3 . 3))
|
(let ((ses-initial-size '(3 . 3))
|
||||||
ses-after-entry-functions)
|
ses-after-entry-functions)
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
|
|
Loading…
Add table
Reference in a new issue