comparison lisp/help.el @ 660:08eb386dd0f3

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:12:08 +0000
parents 4cec2e6d4f9e
children a8d94735277e
comparison
equal deleted inserted replaced
659:505130d1ddf8 660:08eb386dd0f3
1 ;; Help commands for Emacs 1 ;;; help.el --- help commands for Emacs
2
2 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985, 1986 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
381 (throw 'answer try))))) 382 (throw 'answer try)))))
382 (if nosuffix '("") '(".elc" ".el" "")))) 383 (if nosuffix '("") '(".elc" ".el" ""))))
383 load-path) 384 load-path)
384 (message "No library %s in search path" library) 385 (message "No library %s in search path" library)
385 nil)) 386 nil))
387
388 ;;; help.el ends here