diff options
| author | Stefan Kangas | 2019-10-28 15:55:10 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2019-10-28 15:55:10 +0100 |
| commit | c515d4eeb2fe966923f0fef0c231945b6ad1df8f (patch) | |
| tree | 3cefd88f8329df54bbd98c165600011008777c8e /lisp/cedet/srecode/insert.el | |
| parent | 97cfb4f1e751a947105802d5c4b4f56c696ff75d (diff) | |
| download | emacs-c515d4eeb2fe966923f0fef0c231945b6ad1df8f.tar.gz emacs-c515d4eeb2fe966923f0fef0c231945b6ad1df8f.zip | |
Remove obsolete doc references to XEmacs (Bug#37899)
* doc/misc/edt.texi (Changes, Goals):
* doc/misc/emacs-mime.texi (Charset Translation):
* doc/misc/gnus-faq.texi (FAQ 4-15):
* doc/misc/pcl-cvs.texi (Bugs):
* doc/misc/srecode.texi (SRecode Minor Mode):
* lisp/cedet/srecode/insert.el (srecode-insert-ask-variable-method):
* lisp/follow.el:
* lisp/leim/quail/ipa.el (ipa-x-sampa, ipa-kirshenbaum):
* lisp/net/newsticker.el:
* lisp/obsolete/iswitchb.el:
* lisp/progmodes/hideshow.el:
* lisp/savehist.el (savehist-file):
* lisp/vc/ediff.el: Remove obsolete references to XEmacs in doc
strings and comments.
Diffstat (limited to 'lisp/cedet/srecode/insert.el')
| -rw-r--r-- | lisp/cedet/srecode/insert.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 966cd485e82..4e25e1f5ca0 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el | |||
| @@ -44,9 +44,7 @@ Dictionary value references that ask begin with the ? character. | |||
| 44 | Possible values are: | 44 | Possible values are: |
| 45 | `ask' - Prompt in the minibuffer as the value is inserted. | 45 | `ask' - Prompt in the minibuffer as the value is inserted. |
| 46 | `field' - Use the dictionary macro name as the inserted value, | 46 | `field' - Use the dictionary macro name as the inserted value, |
| 47 | and place a field there. Matched fields change together. | 47 | and place a field there. Matched fields change together." |
| 48 | |||
| 49 | NOTE: The field feature does not yet work with XEmacs." | ||
| 50 | :group 'srecode | 48 | :group 'srecode |
| 51 | :type '(choice (const :tag "Ask" ask) | 49 | :type '(choice (const :tag "Ask" ask) |
| 52 | (const :tag "Field" field))) | 50 | (const :tag "Field" field))) |