emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

minor grammatical error in message


From: Kevin Rodgers
Subject: minor grammatical error in message
Date: Wed, 20 Dec 2006 20:19:36 -0700
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

In GNU Emacs 22.0.92.1 (i386-apple-darwin8.8.1, Carbon Version 1.6.0)
 of 2006-12-20 on The-Rodgers-Computer.local
X server distributor `Apple Computers', version 10.4.8
configured using `configure '--enable-carbon-app''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: iso-8859-1
  default-enable-multibyte-characters: t

I found this in my *Messages* buffer:

Indentation variable are now local.

The message comes from sh-make-vars-local:

*** -   Wed Dec 20 20:15:41 2006
--- /tmp/sh-script.el   Wed Dec 20 20:14:26 2006
***************
*** 1890,1896 ****
  command `sh-reset-indent-vars-to-global-values'."
    (interactive)
    (mapcar 'make-local-variable sh-var-list)
!   (message "Indentation variable are now local."))

  (defun sh-reset-indent-vars-to-global-values ()
    "Reset local indentation variables to the global values.
--- 1890,1896 ----
  command `sh-reset-indent-vars-to-global-values'."
    (interactive)
    (mapcar 'make-local-variable sh-var-list)
!   (message "Indentation variables are now local."))

  (defun sh-reset-indent-vars-to-global-values ()
    "Reset local indentation variables to the global values.

--
Kevin Rodgers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]