Skip to content

Commit

Permalink
Merge branch 'release/2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Mar 12, 2014
2 parents 96d7fa6 + bb1a4b4 commit 72a963d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion php-extras-gen-eldoc.el
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion php-extras.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Arne Jørgensen <arne@arnested.dk>
;; 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

Expand Down

0 comments on commit 72a963d

Please sign in to comment.