/[emacs]/emacs/etc/emacs.py
ViewVC logotype

Diff of /emacs/etc/emacs.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ttn, Wed Aug 24 11:32:07 2005 UTC revision 1.5 by eliz, Sat Sep 24 11:03:18 2005 UTC
# Line 82  def complete (text, namespace = None): Line 82  def complete (text, namespace = None):
82      except:      except:
83          print '_emacs_out ()'          print '_emacs_out ()'
84    
85  def ehelp (name):  def ehelp (name, g, l):
86      """Get help on string NAME.      """Get help on string NAME using globals G and locals L.
87      First try to eval name for, e.g. user definitions where we need      First try to eval name for, e.g. user definitions where we need
88      the object.  Otherwise try the string form."""      the object.  Otherwise try the string form."""
89      try: help (eval (name))      try: help (eval (name, g, l))
90      except: help (name)      except: help (name)
91    
92  def eimport (mod, dir):  def eimport (mod, dir):

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26