From: Glenn Morris Date: Wed, 23 Apr 2008 03:07:56 +0000 (+0000) Subject: Fix comment typo. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/83d67b56923c158d37d8f092500a49e73f6c3eb6 Fix comment typo. --- diff --git a/lisp/savehist.el b/lisp/savehist.el index f161958fca..1ea45aada4 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)