From: Glenn Morris Date: Wed, 23 Apr 2008 03:07:56 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: emacs-pretest-23.0.90~6102 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83d67b56923c158d37d8f092500a49e73f6c3eb6;p=emacs.git Fix comment typo. --- diff --git a/lisp/savehist.el b/lisp/savehist.el index f161958fcac..1ea45aada48 100644 --- a/lisp/savehist.el +++ b/lisp/savehist.el @@ -147,7 +147,7 @@ save." ;; This should be capable of representing characters used by Emacs. ;; We prefer UTF-8 over ISO 2022 because it is well-known outside -;; Mule. XEmacs prir to 21.5 had UTF-8 provided by an external +;; Mule. XEmacs prior to 21.5 had UTF-8 provided by an external ;; package which may not be loaded, which is why we check for version. (defvar savehist-coding-system (if (and (featurep 'xemacs) (<= emacs-major-version 21)