X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ed7f1a6c5caaf4159125c08db5d18c5471fdd032..db785726ccd9d3788c5c0ae70c59ea67d3a64447:/lisp/obsolete/iso-acc.el diff --git a/lisp/obsolete/iso-acc.el b/lisp/obsolete/iso-acc.el index cb06091dfc..c3f8b3f4ec 100644 --- a/lisp/obsolete/iso-acc.el +++ b/lisp/obsolete/iso-acc.el @@ -1,6 +1,7 @@ ;;; iso-acc.el --- minor mode providing electric accent keys -;; Copyright (C) 1993-1994, 1996, 2001-2011 Free Software Foundation, Inc. +;; Copyright (C) 1993-1994, 1996, 2001-2013 Free Software Foundation, +;; Inc. ;; Author: Johan Vromans ;; Maintainer: FSF @@ -32,7 +33,7 @@ ;; In `iso-accents-mode', pseudo accent characters are used to ;; introduce accented keys. The pseudo-accent characters are: ;; -;; ' (minute) -> actue accent +;; ' (minute) -> acute accent ;; ` (backtick) -> grave accent ;; " (second) -> diaeresis ;; ^ (caret) -> circumflex @@ -73,7 +74,7 @@ :group 'i18n) (defcustom iso-accents-insert-offset nonascii-insert-offset - "*Offset added by ISO Accents mode to character codes 0200 and above." + "Offset added by ISO Accents mode to character codes 0200 and above." :type 'integer :group 'iso-acc) @@ -262,7 +263,7 @@ Change it with the `iso-accents-customize' function.") "Association list for ISO accent combinations, for the chosen language.") (defcustom iso-accents-mode nil - "*Non-nil enables ISO Accents mode. + "Non-nil enables ISO Accents mode. Setting this variable makes it local to the current buffer. See the function `iso-accents-mode'." :type 'boolean @@ -270,7 +271,7 @@ See the function `iso-accents-mode'." (make-variable-buffer-local 'iso-accents-mode) (defcustom iso-accents-enable '(?' ?` ?^ ?\" ?~ ?/) - "*List of accent keys that become prefixes in ISO Accents mode. + "List of accent keys that become prefixes in ISO Accents mode. The default is (?' ?` ?^ ?\" ?~ ?/), which contains all the supported accent keys. If you set this variable to a list in which some of those characters are missing, the missing ones do not act as accents.