comparison lisp/apropos.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 4cec2e6d4f9e
children 4f28bd14272c
comparison
equal deleted inserted replaced
661:36fbc3f71803 662:8a533acedb77
1 ;; Faster apropos commands. 1 ;;; apropos.el --- faster apropos commands.
2
2 ;; Copyright (C) 1989 Free Software Foundation, Inc. 3 ;; Copyright (C) 1989 Free Software Foundation, Inc.
3 4
4 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
5 6
6 ;; GNU Emacs is free software; you can redistribute it and/or modify 7 ;; GNU Emacs is free software; you can redistribute it and/or modify
319 (setq symbol (get symbol 'variable-documentation)) 320 (setq symbol (get symbol 'variable-documentation))
320 (if (numberp symbol) 321 (if (numberp symbol)
321 nil 322 nil
322 symbol)) 323 symbol))
323 324
325 ;;; apropos.el ends here