• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/

Lines Matching +defs:history +defs:symbol

145 ;;   The variable `checkdoc-symbol-words' can be a list of words that
147 ;; symbols, but if you use a hyphenated word that is also a symbol,
150 ;; The symbol `checkdoc-force-docstrings-flag' can be set to nil if
204 If this value is the symbol `query', then the user is queried before
232 (defcustom checkdoc-force-history-flag t
320 (defcustom checkdoc-symbol-words nil
322 These symbol-words are ignored when unquoted symbols are searched for.
325 :type '(repeat (symbol :tag "Word")))
437 ;; in words so we can use cheap \\> to get the end of a symbol, not the
576 FINDFUNC is a symbol representing a function that will position the
1570 ;; Ambiguous quoted symbol. When a symbol is both bound and fbound,
1588 "variable\\|option\\|function\\|command\\|symbol"))))
1590 mb me "Prefix this ambiguous symbol? " ms1 t)
1598 ("option") ("symbol"))
1605 function,command,variable,option or symbol." ms1))))))
1632 ;; is a chance that just such a symbol might really be an argument.
1704 ;; If the symbol was not found, let's see if we
1724 ;; It wasn't found at all! Offer to attach this new symbol
1804 ;;* When a documentation string refers to a Lisp symbol, write it as
1823 (not (member ms checkdoc-symbol-words))
1827 (setq msg (format "Add quotes around Lisp symbol `%s'? "
1835 (format "Lisp symbol `%s' should appear in quotes"
1877 the token checkdoc-order: <TOKEN> exists, and TOKEN is a symbol read
1908 ;; Without this we end up cluttering the symbol space w/
1936 (setq sl (cons (symbol-name (car lst)) sl)
1949 (setq ret (cons (symbol-name (car lst)) ret)
1956 symbol which is a valid function or a word in all CAPS, or a parenthesis
2092 (if (not (symbol-value 'ispell-process)) ;Silence byteCompiler
2101 (symbol-value 'ispell-process)
2208 ;; b) determine if we have lm-history symbol which doesn't always exist
2278 (if (or (not checkdoc-force-history-flag)
2281 (let ((fn 'lm-history-mark)) ;bestill byte-compiler
2435 ;; From the documentation of the symbol `error':
2651 "Lisp symbol `.*' should appear in quotes")