changeset 94286:684b4c103223

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Wed, 23 Apr 2008 03:07:56 +0000
parents 588da2a8e780
children 516bb14c6737
files lisp/savehist.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/savehist.el	Wed Apr 23 03:06:37 2008 +0000
+++ b/lisp/savehist.el	Wed Apr 23 03:07:56 2008 +0000
@@ -147,7 +147,7 @@
 
 ;; 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)