+2011-12-21 Paul Eggert <eggert@cs.ucla.edu>
+
+ * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
+ * ntlm.el (ntlm-smb-dohash): Spelling fix.
+
2011-12-19 Paul Eggert <eggert@cs.ucla.edu>
* gnus-art.el (gnus-split-methods):
(defun nndiary-parse-schedule-value (str min-or-values max)
;; Parse the schedule string STR, or signal an error.
- ;; Signals are caught by `nndary-schedule'.
+ ;; Signals are caught by `nndiary-schedule'.
(if (string-match "[ \t]*\\*[ \t]*" str)
;; unspecified
nil
;; - Returns nil if `*'
;; - Otherwise returns a list of integers and/or ranges (BEG . END)
;; The exception is the Timze-Zone value which is always of the form (STR).
- ;; Signals are caught by `nndary-schedule'.
+ ;; Signals are caught by `nndiary-schedule'.
(let ((header (format "^X-Diary-%s: \\(.*\\)$" head)))
(goto-char (point-min))
(if (not (re-search-forward header nil t))
(defun ntlm-smb-dohash (in key forw)
"Return the hash value for a string IN and a string KEY.
-Length of IN and KEY are 64. FORW non nill means forward, nil means
+Length of IN and KEY are 64. FORW non-nil means forward, nil means
backward."
(let (pk1 ;string of length 56
c ;string of length 28
+2011-12-21 Paul Eggert <eggert@cs.ucla.edu>
+
+ * auth.texi (Help for developers): Spelling fix.
+
2011-12-14 Paul Eggert <eggert@cs.ucla.edu>
* gnus.texi (Using MIME, Score File Syntax): Spelling fix.
Note that the password needs to be evaluated if it's a function. It's
wrapped in a function to provide some security.
-Later, after a successful login, @code{nnimal.el} calls the
+Later, after a successful login, @code{nnimap.el} calls the
@code{:save-function} like so:
@example