From e00ceb2bc0228dfd96adb4d9d919a87eb193305d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Tue, 11 Mar 2014 09:45:33 +0100 Subject: [PATCH 1/2] Trimmed description and add version to documentation. --- php-extras-gen-eldoc.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-extras-gen-eldoc.el b/php-extras-gen-eldoc.el index 273d2d2..2c67c8f 100644 --- a/php-extras-gen-eldoc.el +++ b/php-extras-gen-eldoc.el @@ -80,7 +80,10 @@ (with-temp-buffer (insert (cdr (assoc 'return (cdr elem)))) (shr-render-buffer (current-buffer)) - (buffer-string))))) + (delete-trailing-whitespace) + (buffer-string))) + "\n\n" + "(" (cdr (assoc 'versions (cdr elem))) ")")) (puthash (symbol-name (car elem)) (cons `(documentation . ,doc) (cdr elem)) function-arguments-temp))) ;; PHP control structures are not present in JSON list. We add ;; them here (hard coded - there are not so many of them). From bb1a4b4e53eeb080fc6cd390f3d5f9d2284cba8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Wed, 12 Mar 2014 13:18:17 +0100 Subject: [PATCH 2/2] Bumped version to 2.1.1. --- php-extras.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-extras.el b/php-extras.el index 5302aa9..67221c5 100644 --- a/php-extras.el +++ b/php-extras.el @@ -5,7 +5,7 @@ ;; Author: Arne Jørgensen ;; URL: https://github.com/arnested/php-extras ;; Created: June 28, 2012 -;; Version: 2.1.0 +;; Version: 2.1.1 ;; Package-Requires: ((php-mode "1.5.0")) ;; Keywords: programming, php