From b920a0ee6b31e0b89771e8a986ef9e11e8ae4aa1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 30 Jan 2016 20:05:26 -0800 Subject: [PATCH] Spelling fixes --- lisp/progmodes/prolog.el | 2 +- lisp/ses.el | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el index 3767dbaa1e8..4f23f87dd59 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el @@ -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'." diff --git a/lisp/ses.el b/lisp/ses.el index 858833e9e5e..50101945f34 100644 --- a/lisp/ses.el +++ b/lisp/ses.el @@ -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)) -- 2.39.2