mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Spelling fixes
This commit is contained in:
parent
93b144bbaa
commit
b920a0ee6b
@ -1036,7 +1036,7 @@ VERSION is of the format (Major . Minor)"
|
||||
|
||||
(define-abbrev-table 'prolog-mode-abbrev-table ())
|
||||
|
||||
;; Becauses this can `eval' its arguments, any variable that gets
|
||||
;; Because this can `eval' its arguments, any variable that gets
|
||||
;; processed by it should be marked as :risky.
|
||||
(defun prolog-find-value-by-system (alist)
|
||||
"Get value from ALIST according to `prolog-system'."
|
||||
|
@ -446,10 +446,8 @@ is nil if SYM is not a symbol that names a cell."
|
||||
(ses-get-cell (car rowcol) (cdr rowcol)))))))
|
||||
|
||||
(defun ses-plist-delq (plist prop)
|
||||
"Return PLIST after deletion of proprerty/value pair.
|
||||
|
||||
PROP is the symbol identifying the property/value pair. PLIST may
|
||||
be modified by border effect."
|
||||
"Return PLIST after deleting the first pair (if any) with symbol PROP.
|
||||
This can alter PLIST."
|
||||
(cond
|
||||
((null plist) nil)
|
||||
((eq (car plist) prop) (cddr plist))
|
||||
|
Loading…
Reference in New Issue
Block a user