comparison lisp/help.el @ 2315:9e7ec92a4fdf

Added or corrected Commentary headers
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 16:53:22 +0000
parents ad7b89a430df
children c12e0f0a3179
comparison
equal deleted inserted replaced
2314:a47c59ea019b 2315:9e7ec92a4fdf
18 ;; GNU General Public License for more details. 18 ;; GNU General Public License for more details.
19 19
20 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23
24 ;;; Commentary:
25
26 ;; This code implements GNU Emac's on-line help system, the one invoked by
27 ;;`M-x help-for-help'.
23 28
24 ;;; Code: 29 ;;; Code:
25 30
26 ;; Get the macro make-help-screen when this is compiled, 31 ;; Get the macro make-help-screen when this is compiled,
27 ;; or run interpreted, but not when the compiled code is loaded. 32 ;; or run interpreted, but not when the compiled code is loaded.