summaryrefslogtreecommitdiff
path: root/elisp/geiser-company.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2014-09-23 03:20:50 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2014-09-23 03:23:03 +0200
commit61dd1fc91ef4e4e3217381ec2e6f9463891b3a22 (patch)
treeda0a9d3102438fde8f0840f46573f312922cc643 /elisp/geiser-company.el
parentec91996233fee632d068f2c6adb51fb64841fff3 (diff)
downloadgeiser-61dd1fc91ef4e4e3217381ec2e6f9463891b3a22.tar.gz
geiser-61dd1fc91ef4e4e3217381ec2e6f9463891b3a22.tar.bz2
A better name for geiser-doc-symbol--fill-current-symbol
Which moreover complies with the unwritten naming conventions we use: geiser-doc--render-docstring.
Diffstat (limited to 'elisp/geiser-company.el')
-rw-r--r--elisp/geiser-company.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/elisp/geiser-company.el b/elisp/geiser-company.el
index 1c4b5f0..eea3469 100644
--- a/elisp/geiser-company.el
+++ b/elisp/geiser-company.el
@@ -1,6 +1,6 @@
;; geiser-company.el -- integration with company-mode
-;; Copyright (C) 2009, 2010, 2011, 2012, 2013 Jose Antonio Ortega Ruiz
+;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jose Antonio Ortega Ruiz
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the Modified BSD License. You should
@@ -49,7 +49,7 @@
(if (or (not ds) (not (listp ds)))
(message "No documentation available for '%s'" symbol)
(with-current-buffer (get-buffer-create "*company-documentation*")
- (geiser-doc-symbol--fill-current-buffer ds symbol module impl)
+ (geiser-doc--render-docstring ds symbol module impl)
(current-buffer)))))
(defun geiser-company--location (id)