diff options
| author | Joakim Verona | 2011-06-26 22:00:24 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-06-26 22:00:24 +0200 |
| commit | 76d08552619c83268f1353f449099f50ed6f93fa (patch) | |
| tree | 321a375628d83d5c8aeea5876cf375ec7ad93f58 /src/doc.c | |
| parent | 9fa0e291e866fb7945e18cd2ad8514090c13d510 (diff) | |
| parent | 5b66d427c05eba5493c27da28c460a129b4203cc (diff) | |
| download | emacs-76d08552619c83268f1353f449099f50ed6f93fa.tar.gz emacs-76d08552619c83268f1353f449099f50ed6f93fa.zip | |
first working example of mvc. multiple views of a slider are kept in sync
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -945,8 +945,7 @@ a new string, without any text properties, is returned. */) | |||
| 945 | void | 945 | void |
| 946 | syms_of_doc (void) | 946 | syms_of_doc (void) |
| 947 | { | 947 | { |
| 948 | Qfunction_documentation = intern_c_string ("function-documentation"); | 948 | DEFSYM (Qfunction_documentation, "function-documentation"); |
| 949 | staticpro (&Qfunction_documentation); | ||
| 950 | 949 | ||
| 951 | DEFVAR_LISP ("internal-doc-file-name", Vdoc_file_name, | 950 | DEFVAR_LISP ("internal-doc-file-name", Vdoc_file_name, |
| 952 | doc: /* Name of file containing documentation strings of built-in symbols. */); | 951 | doc: /* Name of file containing documentation strings of built-in symbols. */); |