~ubuntu-branches/ubuntu/saucy/ess/saucy-proposed

« back to all changes in this revision

Viewing changes to lisp/ess-eldoc.el

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-08 16:52:27 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108165227-u844l0tlegcdn89k
Tags: 5.12-1
* New upstream version released today

* debian/emacen-startup: Follow suggestion by Kevin Ryde in #594750 and
  use debian-pkg-add-load-path-item as well; also improved emacsen-install
  script by using soft links instead of copies  (Closes: #594750)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
;; function and variable namess.
33
33
 
34
34
;; This file extends eldoc to work in R buffers.  It currently uses
35
 
;; Sven's essd-r-args.el file to retrieve args for a given R function
 
35
;; Sven's ess-r-args.el file to retrieve args for a given R function
36
36
;; (via ess-r-args-get).  Note that it works slightly different to
37
37
;; Sven's code, in that you just need to have the point over the name
38
38
;; of an R function, or inside its arguments list, for eldoc to show