• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/src/

Lines Matching refs:doc

130 /* Nonzero means load should forcibly load all dynamic doc strings.  */
571 doc: /* Read a character from the command input (keyboard or macro).
597 doc: /* Read an event object from the input stream.
615 doc: /* Read a character from the command input (keyboard or macro).
635 doc: /* Don't use this yourself. */)
705 doc: /* Return the suffixes that `load' should try if a suffix is \
727 doc: /* Execute a file of Lisp code named FILE.
1110 doc: /* Search for FILENAME through PATH.
1571 doc: /* Execute the current buffer as Lisp code.
1619 doc: /* Execute the region as Lisp code.
1656 doc: /* Read one Lisp expression as text from STREAM, return as Lisp object.
1680 doc: /* Read one Lisp expression which is represented as text by STRING.
2295 That's used in .elc files to skip over doc strings
2313 /* If we are supposed to force doc strings into core right now,
2633 return zero instead. This is for doc strings
3067 /* If `load-force-doc-strings' is t when reading a lazily-loaded
3135 1 means this list is a doc reference; replace it with the number 0.
3136 2 means this list is a doc reference; replace it with the doc string. */
3204 /* Get a doc string from the file we are loading.
3358 doc: /* Return the canonical symbol whose name is STRING.
3404 doc: /* Return the canonical symbol named NAME, or nil if none exists.
3434 doc: /* Delete the symbol named NAME, if any, from OBARRAY.
3598 doc: /* Call FUNCTION on every symbol in OBARRAY.
3743 defvar_per_buffer (namestring, address, type, doc)
3747 char *doc;
4025 doc: /* Symbol table for use by `intern' and `read'.
4031 doc: /* List of values of all expressions which were read, evaluated and printed.
4035 doc: /* Stream for read to get input from.
4040 doc: /* If non-nil, add position of read symbols to `read-symbol-positions-list'.
4054 doc: /* A list mapping read symbols to their positions.
4069 doc: /* *List of directories to search for files to load.
4075 doc: /* List of suffixes for (compiled or source) Emacs Lisp files.
4082 doc: /* List of suffixes that indicate representations of \
4098 doc: /* Non-nil iff inside of `load'. */);
4101 doc: /* An alist of expressions to be evalled when particular files are loaded.
4116 doc: /* Alist mapping file names to symbols and features.
4136 doc: /* Full name of file being loaded by `load'. */);
4140 doc: /* File name, including directory, of user's initialization file.
4149 doc: /* Used for internal purposes by `load'. */);
4153 doc: /* Function used by `load' and `eval-region' for reading expressions.
4158 doc: /* Function called in `load' for loading an Emacs Lisp source file.
4166 DEFVAR_BOOL ("load-force-doc-strings", &load_force_doc_strings,
4167 doc: /* Non-nil means `load' should force-load all dynamic doc strings.
4172 doc: /* Non-nil means `read' converts strings to unibyte whenever possible.
4178 doc: /* Directory in which Emacs sources were found when Emacs was built.
4185 doc: /* List of files that were preloaded (when dumping Emacs). */);
4189 doc: /* List of all DEFVAR_BOOL variables, used by the byte code optimizer. */);
4193 doc: /* Non-nil means load dangerous compiled Lisp files.
4200 doc: /* Regular expression matching safe to load compiled Lisp files.
4209 doc: /* List of buffers being read from by calls to `eval-buffer' and `eval-region'. */);